Html Css Color HEX #F0F975 Dolly

📋 copy color: '#F0F975'

red 240 ◦ green 249 ◦ blue 117

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

Shades of Dolly #F0F975

Tints of Dolly #F0F975

RGB

 RED value IS 240 (94.14% from 255) = 39.6%

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

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

R = 39.6%
G = 41.09%
B = 19.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F0F975 (or 0xF0F975) is known color: Dolly. HEX triplet: F0, F9 and 75. RGB value is (240,249,117). Sum of RGB (Red+Green+Blue) = 240+249+117=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 249 (97.66% from 255 or 41.09% from 606); Blue value is 117 (46.09% from 255 or 19.31% from 606); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F975 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F975 is #0F068A. Grayscale: #E7E7E7. Windows color (decimal): -984715 or 7731696. OLE color: 7731696.

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

Color convert

RGB 240 249 117 -
CMYK 0.04 0 0.53 0.02
HSL 64.09º 0.92% 0.72% -
HSV(B) 64.09º 0.53% 0.98% -
XYZ 73.02 87.56 29.88 -
YUV 231.26 63.52 134.23 -
System Red Green Blue C M Y K H S L
Decimal 240 249 117 0.04 0 0.53 0.02 64.09 0.92 0.72
Hex F0 F9 75 4 0 35 2 40 5C 48
Octal 360 371 165 4 0 65 2 100 134 110
Binary 11110000 11111001 1110101 100 0 110101 10 1000000 1011100 1001000

Color Harmonies of #F0F975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F975

Black with #F0F975

Text Example


Text Example

White with #F0F975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F975; }

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

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

background-color css

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

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

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

border-color css

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

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

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