Html Css Color HEX #F9F570 Dolly

📋 copy color: '#F9F570'

red 249 ◦ green 245 ◦ blue 112

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

Shades of Dolly #F9F570

Tints of Dolly #F9F570

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.43%

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

R = 41.09%
G = 40.43%
B = 18.48%

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

#F9F570 (or 0xF9F570) is known color: Dolly. HEX triplet: F9, F5 and 70. RGB value is (249,245,112). Sum of RGB (Red+Green+Blue) = 249+245+112=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 245 (96.09% from 255 or 40.43% from 606); Blue value is 112 (44.14% from 255 or 18.48% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F570 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F570 is #060A8F. Grayscale: #E7E7E7. Windows color (decimal): -395920 or 7403001. OLE color: 7403001.

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

Color convert

RGB 249 245 112 -
CMYK 0 0.02 0.55 0.02
HSL 58.25º 0.92% 0.71% -
HSV(B) 58.25º 0.55% 0.98% -
XYZ 74.64 86.61 28.11 -
YUV 231.03 60.83 140.81 -
System Red Green Blue C M Y K H S L
Decimal 249 245 112 0 0.02 0.55 0.02 58.25 0.92 0.71
Hex F9 F5 70 0 2 37 2 3A 5C 47
Octal 371 365 160 0 2 67 2 72 134 107
Binary 11111001 11110101 1110000 0 10 110111 10 111010 1011100 1000111

Color Harmonies of #F9F570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F570

Black with #F9F570

Text Example


Text Example

White with #F9F570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F570; }

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

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

background-color css

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

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

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

border-color css

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

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

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