Html Css Color HEX #F9FA7E Dolly

📋 copy color: '#F9FA7E'

red 249 ◦ green 250 ◦ blue 126

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

Shades of Dolly #F9FA7E

Tints of Dolly #F9FA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 20.16%

R = 39.84%
G = 40%
B = 20.16%

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

#F9FA7E (or 0xF9FA7E) is known color: Dolly. HEX triplet: F9, FA and 7E. RGB value is (249,250,126). Sum of RGB (Red+Green+Blue) = 249+250+126=625 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.84% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 126 (49.61% from 255 or 20.16% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FA7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9FA7E is #060581. Grayscale: #ECECEC. Windows color (decimal): -394626 or 8321785. OLE color: 8321785.

HSL color Cylindrical-coordinate representation of color #F9FA7E: 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 #F9FA7E is Cyan = 0.00, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 250 126 -
CMYK 0.00 0 0.50 0.02
HSL 60.48º 0.93% 0.74% -
HSV(B) 60.48º 0.5% 0.98% -
XYZ 77.02 90.02 33.05 -
YUV 235.57 66.17 137.58 -
System Red Green Blue C M Y K H S L
Decimal 249 250 126 0.00 0 0.50 0.02 60.48 0.93 0.74
Hex F9 FA 7E 0 0 32 2 3C 5D 4A
Octal 371 372 176 0 0 62 2 74 135 112
Binary 11111001 11111010 1111110 0 0 110010 10 111100 1011101 1001010

Color Harmonies of #F9FA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FA7E

Black with #F9FA7E

Text Example


Text Example

White with #F9FA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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