#FAF047

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

Shades of Paris Daisy #FAF047

Tints of Paris Daisy #FAF047

Color information

#FAF047 (or 0xFAF047) is unknown color: approx Paris Daisy. HEX triplet: FA, F0 and 47. RGB value is (250,240,71). Sum of RGB (Red+Green+Blue) = 250+240+71=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 71 (28.12% from 255 or 12.66% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF047 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF047 is #050FB8. Grayscale: #E0E0E0. Windows color (decimal): -331705 or 4714746. OLE color: 4714746.

HSL color Cylindrical-coordinate representation of color #FAF047: hue angle of 56.65º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FAF047 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB25024071-
CMYK00.040.720.02
HSL56.65º94.71%62.94%-
HSV(B)56.65º71.6%98.04%-
XYZ71.7283.118.22-
YUV223.7241.81146.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.56%
GREEN value IS 240 (94.14% from 255) = 42.78%
BLUE value IS 71 (28.12% from 255) = 12.66%
R=44.56%
G=42.78%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502407100.040.720.0256.6594.7162.94
HexFAF04704482395f3f
Octal3723601070411027113777
Binary1111101011110000100011101001001000101110011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF047; }

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

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

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

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

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

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

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

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