Html Css Color HEX #F9F975 Dolly

📋 copy color: '#F9F975'

red 249 ◦ green 249 ◦ blue 117

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

Shades of Dolly #F9F975

Tints of Dolly #F9F975

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.49%

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

R = 40.49%
G = 40.49%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F9F975 (or 0xF9F975) is known color: Dolly. HEX triplet: F9, F9 and 75. RGB value is (249,249,117). Sum of RGB (Red+Green+Blue) = 249+249+117=615 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.49% from 615); Green value is 249 (97.66% from 255 or 40.49% from 615); Blue value is 117 (46.09% from 255 or 19.02% from 615); Max value from RGB is 249 - color contains mainly: red, green. Hex color #F9F975 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F975 is #06068A. Grayscale: #EAEAEA. Windows color (decimal): -394891 or 7731705. OLE color: 7731705.

HSL color Cylindrical-coordinate representation of color #F9F975: hue angle of 60º degrees, saturation: 0.92, 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 #F9F975 is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 249 117 -
CMYK 0 0 0.53 0.02
HSL 60º 0.92% 0.72% -
HSV(B) 60º 0.53% 0.98% -
XYZ 76.15 89.18 30.03 -
YUV 233.95 62 138.73 -
System Red Green Blue C M Y K H S L
Decimal 249 249 117 0 0 0.53 0.02 60 0.92 0.72
Hex F9 F9 75 0 0 35 2 3C 5C 48
Octal 371 371 165 0 0 65 2 74 134 110
Binary 11111001 11111001 1110101 0 0 110101 10 111100 1011100 1001000

Color Harmonies of #F9F975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F975

Black with #F9F975

Text Example


Text Example

White with #F9F975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F975; }

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

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

background-color css

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

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

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

border-color css

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

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

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