Html Css Color HEX #F9FA7D Dolly

📋 copy color: '#F9FA7D'

red 249 ◦ green 250 ◦ blue 125

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

Shades of Dolly #F9FA7D

Tints of Dolly #F9FA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 20.03%

R = 39.9%
G = 40.06%
B = 20.03%

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

#F9FA7D (or 0xF9FA7D) is known color: Dolly. HEX triplet: F9, FA and 7D. RGB value is (249,250,125). Sum of RGB (Red+Green+Blue) = 249+250+125=624 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.90% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 125 (49.22% from 255 or 20.03% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FA7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9FA7D is #060582. Grayscale: #EBEBEB. Windows color (decimal): -394627 or 8256249. OLE color: 8256249.

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

Color convert

RGB 249 250 125 -
CMYK 0.00 0 0.50 0.02
HSL 60.48º 0.93% 0.74% -
HSV(B) 60.48º 0.5% 0.98% -
XYZ 76.95 89.99 32.72 -
YUV 235.45 65.67 137.66 -
System Red Green Blue C M Y K H S L
Decimal 249 250 125 0.00 0 0.50 0.02 60.48 0.93 0.74
Hex F9 FA 7D 0 0 32 2 3C 5D 4A
Octal 371 372 175 0 0 62 2 74 135 112
Binary 11111001 11111010 1111101 0 0 110010 10 111100 1011101 1001010

Color Harmonies of #F9FA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FA7D

Black with #F9FA7D

Text Example


Text Example

White with #F9FA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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