Html Css Color HEX #FAF849 Paris Daisy

📋 copy color: '#FAF849'

red 250 ◦ green 248 ◦ blue 73

#FAF849
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris Daisy #FAF849

Tints of Paris Daisy #FAF849

RGB

 RED value IS 250 (98.05% from 255) = 43.78%

 GREEN value IS 248 (97.27% from 255) = 43.43%

 BLUE value IS 73 (28.91% from 255) = 12.78%

R = 43.78%
G = 43.43%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FAF849 (or 0xFAF849) is known color: Paris Daisy. HEX triplet: FA, F8 and 49. RGB value is (250,248,73). Sum of RGB (Red+Green+Blue) = 250+248+73=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 248 (97.27% from 255 or 43.43% from 571); Blue value is 73 (28.91% from 255 or 12.78% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF849 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF849 is #0507B6. Grayscale: #E5E5E5. Windows color (decimal): -329655 or 4847866. OLE color: 4847866.

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

Color convert

RGB 250 248 73 -
CMYK 0 0.01 0.71 0.02
HSL 59.32º 0.95% 0.63% -
HSV(B) 59.32º 0.71% 0.98% -
XYZ 74.19 87.94 19.37 -
YUV 228.65 40.16 143.23 -
System Red Green Blue C M Y K H S L
Decimal 250 248 73 0 0.01 0.71 0.02 59.32 0.95 0.63
Hex FA F8 49 0 1 47 2 3B 5F 3F
Octal 372 370 111 0 1 107 2 73 137 77
Binary 11111010 11111000 1001001 0 1 1000111 10 111011 1011111 111111

Color Harmonies of #FAF849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF849

Black with #FAF849

Text Example


Text Example

White with #FAF849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF849; }

 p { color: rgb(250,248,73); }

 H1.HeaderClassName
 {
   color: #FAF849;
 }
 .AnyTagClassName
 {
   color: #FAF849;
 }
</style>

background-color css

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

 a { background-color: rgb(250,248,73); }

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

border-color css

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

 span { border-color: rgb(250,248,73); }

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