Html Css Color HEX #F9FA76 Dolly

📋 copy color: '#F9FA76'

red 249 ◦ green 250 ◦ blue 118

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

Shades of Dolly #F9FA76

Tints of Dolly #F9FA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 19.12%

R = 40.36%
G = 40.52%
B = 19.12%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F9FA76 (or 0xF9FA76) is known color: Dolly. HEX triplet: F9, FA and 76. RGB value is (249,250,118). Sum of RGB (Red+Green+Blue) = 249+250+118=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 118 (46.48% from 255 or 19.12% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FA76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9FA76 is #060589. Grayscale: #EBEBEB. Windows color (decimal): -394634 or 7797497. OLE color: 7797497.

HSL color Cylindrical-coordinate representation of color #F9FA76: hue angle of 60.45º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F9FA76 is Cyan = 0.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 250 118 -
CMYK 0.00 0 0.53 0.02
HSL 60.45º 0.93% 0.72% -
HSV(B) 60.45º 0.53% 0.98% -
XYZ 76.52 89.82 30.44 -
YUV 234.65 62.17 138.23 -
System Red Green Blue C M Y K H S L
Decimal 249 250 118 0.00 0 0.53 0.02 60.45 0.93 0.72
Hex F9 FA 76 0 0 35 2 3C 5D 48
Octal 371 372 166 0 0 65 2 74 135 110
Binary 11111001 11111010 1110110 0 0 110101 10 111100 1011101 1001000

Color Harmonies of #F9FA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FA76

Black with #F9FA76

Text Example


Text Example

White with #F9FA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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