Html Css Color HEX #F9FA70 Dolly

📋 copy color: '#F9FA70'

red 249 ◦ green 250 ◦ blue 112

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

Shades of Dolly #F9FA70

Tints of Dolly #F9FA70

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.92%

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

R = 40.75%
G = 40.92%
B = 18.33%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F9FA70 (or 0xF9FA70) is known color: Dolly. HEX triplet: F9, FA and 70. RGB value is (249,250,112). Sum of RGB (Red+Green+Blue) = 249+250+112=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 112 (44.14% from 255 or 18.33% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FA70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9FA70 is #06058F. Grayscale: #EAEAEA. Windows color (decimal): -394640 or 7404281. OLE color: 7404281.

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

Color convert

RGB 249 250 112 -
CMYK 0.00 0 0.55 0.02
HSL 60.43º 0.93% 0.71% -
HSV(B) 60.43º 0.55% 0.98% -
XYZ 76.18 89.68 28.62 -
YUV 233.97 59.17 138.72 -
System Red Green Blue C M Y K H S L
Decimal 249 250 112 0.00 0 0.55 0.02 60.43 0.93 0.71
Hex F9 FA 70 0 0 37 2 3C 5D 47
Octal 371 372 160 0 0 67 2 74 135 107
Binary 11111001 11111010 1110000 0 0 110111 10 111100 1011101 1000111

Color Harmonies of #F9FA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FA70

Black with #F9FA70

Text Example


Text Example

White with #F9FA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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