Html Css Color HEX #F9FA7C Dolly

📋 copy color: '#F9FA7C'

red 249 ◦ green 250 ◦ blue 124

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

Shades of Dolly #F9FA7C

Tints of Dolly #F9FA7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 19.9%

R = 39.97%
G = 40.13%
B = 19.9%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F9FA7C (or 0xF9FA7C) is known color: Dolly. HEX triplet: F9, FA and 7C. RGB value is (249,250,124). Sum of RGB (Red+Green+Blue) = 249+250+124=623 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.97% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 124 (48.83% from 255 or 19.90% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FA7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9FA7C is #060583. Grayscale: #EBEBEB. Windows color (decimal): -394628 or 8190713. OLE color: 8190713.

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

Color convert

RGB 249 250 124 -
CMYK 0.00 0 0.50 0.02
HSL 60.48º 0.93% 0.73% -
HSV(B) 60.48º 0.5% 0.98% -
XYZ 76.89 89.97 32.38 -
YUV 235.34 65.17 137.75 -
System Red Green Blue C M Y K H S L
Decimal 249 250 124 0.00 0 0.50 0.02 60.48 0.93 0.73
Hex F9 FA 7C 0 0 32 2 3C 5D 49
Octal 371 372 174 0 0 62 2 74 135 111
Binary 11111001 11111010 1111100 0 0 110010 10 111100 1011101 1001001

Color Harmonies of #F9FA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FA7C

Black with #F9FA7C

Text Example


Text Example

White with #F9FA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FA7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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