Html Css Color HEX #F9F470 Dolly

📋 copy color: '#F9F470'

red 249 ◦ green 244 ◦ blue 112

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

Shades of Dolly #F9F470

Tints of Dolly #F9F470

RGB

 RED value IS 249 (97.66% from 255) = 41.16%

 GREEN value IS 244 (95.7% from 255) = 40.33%

 BLUE value IS 112 (44.14% from 255) = 18.51%

R = 41.16%
G = 40.33%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F9F470 (or 0xF9F470) is known color: Dolly. HEX triplet: F9, F4 and 70. RGB value is (249,244,112). Sum of RGB (Red+Green+Blue) = 249+244+112=605 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.16% from 605); Green value is 244 (95.70% from 255 or 40.33% from 605); Blue value is 112 (44.14% from 255 or 18.51% from 605); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F470 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F470 is #060B8F. Grayscale: #E6E6E6. Windows color (decimal): -396176 or 7402745. OLE color: 7402745.

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

Color convert

RGB 249 244 112 -
CMYK 0 0.02 0.55 0.02
HSL 57.81º 0.92% 0.71% -
HSV(B) 57.81º 0.55% 0.98% -
XYZ 74.34 86.01 28.01 -
YUV 230.45 61.16 141.23 -
System Red Green Blue C M Y K H S L
Decimal 249 244 112 0 0.02 0.55 0.02 57.81 0.92 0.71
Hex F9 F4 70 0 2 37 2 3A 5C 47
Octal 371 364 160 0 2 67 2 72 134 107
Binary 11111001 11110100 1110000 0 10 110111 10 111010 1011100 1000111

Color Harmonies of #F9F470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F470

Black with #F9F470

Text Example


Text Example

White with #F9F470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F470; }

 p { color: rgb(249,244,112); }

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

background-color css

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

 a { background-color: rgb(249,244,112); }

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

border-color css

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

 span { border-color: rgb(249,244,112); }

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