#FAF147

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

Shades of Paris Daisy #FAF147

Tints of Paris Daisy #FAF147

Color information

#FAF147 (or 0xFAF147) is unknown color: approx Paris Daisy. HEX triplet: FA, F1 and 47. RGB value is (250,241,71). Sum of RGB (Red+Green+Blue) = 250+241+71=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 241 (94.53% from 255 or 42.88% from 562); Blue value is 71 (28.12% from 255 or 12.63% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF147 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF147 is #050EB8. Grayscale: #E1E1E1. Windows color (decimal): -331449 or 4715002. OLE color: 4715002.

HSL color Cylindrical-coordinate representation of color #FAF147: hue angle of 56.98º 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 #FAF147 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB25024171-
CMYK00.040.720.02
HSL56.98º94.71%62.94%-
HSV(B)56.98º71.6%98.04%-
XYZ72.0283.6918.32-
YUV224.3141.48146.32-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.48%
GREEN value IS 241 (94.53% from 255) = 42.88%
BLUE value IS 71 (28.12% from 255) = 12.63%
R=44.48%
G=42.88%
B=12.63%

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
Decimal2502417100.040.720.0256.9894.7162.94
HexFAF14704482395f3f
Octal3723611070411027113777
Binary1111101011110001100011101001001000101110011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF147; }

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

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

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

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

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

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

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

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