#FAF043

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

Shades of Paris Daisy #FAF043

Tints of Paris Daisy #FAF043

Color information

#FAF043 (or 0xFAF043) is unknown color: approx Paris Daisy. HEX triplet: FA, F0 and 43. RGB value is (250,240,67). Sum of RGB (Red+Green+Blue) = 250+240+67=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 67 (26.56% from 255 or 12.03% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF043 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF043 is #050FBC. Grayscale: #DFDFDF. Windows color (decimal): -331709 or 4452602. OLE color: 4452602.

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

Color convert

RGB25024067-
CMYK00.040.730.02
HSL56.72º94.82%62.16%-
HSV(B)56.72º73.2%98.04%-
XYZ71.683.0517.57-
YUV223.2739.81147.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.88%
GREEN value IS 240 (94.14% from 255) = 43.09%
BLUE value IS 67 (26.56% from 255) = 12.03%
R=44.88%
G=43.09%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502406700.040.730.0256.7294.8262.16
HexFAF04304492395f3e
Octal3723601030411127113776
Binary1111101011110000100001101001001001101110011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF043; }

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

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

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

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

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

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

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

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