Html Css Color HEX #F9FA75 Dolly

📋 copy color: '#F9FA75'

red 249 ◦ green 250 ◦ blue 117

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

Shades of Dolly #F9FA75

Tints of Dolly #F9FA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 18.99%

R = 40.42%
G = 40.58%
B = 18.99%

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

#F9FA75 (or 0xF9FA75) is known color: Dolly. HEX triplet: F9, FA and 75. RGB value is (249,250,117). Sum of RGB (Red+Green+Blue) = 249+250+117=616 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.42% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 117 (46.09% from 255 or 18.99% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FA75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9FA75 is #06058A. Grayscale: #EBEBEB. Windows color (decimal): -394635 or 7731961. OLE color: 7731961.

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

Color convert

RGB 249 250 117 -
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.46 89.8 30.13 -
YUV 234.54 61.67 138.31 -
System Red Green Blue C M Y K H S L
Decimal 249 250 117 0.00 0 0.53 0.02 60.45 0.93 0.72
Hex F9 FA 75 0 0 35 2 3C 5D 48
Octal 371 372 165 0 0 65 2 74 135 110
Binary 11111001 11111010 1110101 0 0 110101 10 111100 1011101 1001000

Color Harmonies of #F9FA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FA75

Black with #F9FA75

Text Example


Text Example

White with #F9FA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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