#fafe47

Color #FAFE47 Paris Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris Daisy #FAFE47

Tints of Paris Daisy #FAFE47

Color information

#FAFE47 (or 0xFAFE47) is unknown color: approx Paris Daisy. HEX triplet: FA, FE and 47. RGB value is (250,254,71). Sum of RGB (Red+Green+Blue) = 250+254+71=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 254 (99.61% from 255 or 44.17% from 575); Blue value is 71 (28.12% from 255 or 12.35% from 575); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE47 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFE47 is #0501B8. Grayscale: #E8E8E8. Windows color (decimal): -328121 or 4718330. OLE color: 4718330.

HSL color Cylindrical-coordinate representation of color #FAFE47: hue angle of 61.31º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FAFE47 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.

Color convert

RGB25025471-
CMYK0.0200.720.00
HSL61.31º98.92%63.73%-
HSV(B)61.31º72.05%99.61%-
XYZ7691.6619.65-
YUV231.9437.17140.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 43.48%
GREEN value IS 254 (99.61% from 255) = 44.17%
BLUE value IS 71 (28.12% from 255) = 12.35%
R=43.48%
G=44.17%
B=12.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal250254710.0200.720.0061.3198.9263.73
HexFAFE47204803d6340
Octal37237610720110075143100
Binary111110101111111010001111001001000011110111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fafe47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fafe47; }

 p { color: rgb(250,254,71); }

 H1.HeaderClassName
 {
   color: #fafe47;
 }
 .AnyTagClassName
 {
   color: #fafe47;
 }
</style>
background-color css

<style>
 a { background-color: #fafe47; }

 a { background-color: rgb(250,254,71); }

 div.DivClassName
 {
   background-color: #fafe47;
 }
 .BgClassName
 {
   background-color: #fafe47;
 }
</style>
border-color css

<style>
 span { border-color: #fafe47; }

 span { border-color: rgb(250,254,71); }

 td.TdClassName
 {
   border-color: #fafe47;
 }
 .TagClassName
 {
   border-color: #fafe47;
 }
</style>