Html Css Color HEX #F0F875 Dolly

📋 copy color: '#F0F875'

red 240 ◦ green 248 ◦ blue 117

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

Shades of Dolly #F0F875

Tints of Dolly #F0F875

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.99%

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

R = 39.67%
G = 40.99%
B = 19.34%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F0F875 (or 0xF0F875) is known color: Dolly. HEX triplet: F0, F8 and 75. RGB value is (240,248,117). Sum of RGB (Red+Green+Blue) = 240+248+117=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 248 (97.27% from 255 or 40.99% from 605); Blue value is 117 (46.09% from 255 or 19.34% from 605); Max value from RGB is 248 - color contains mainly: green. Hex color #F0F875 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F875 is #0F078A. Grayscale: #E7E7E7. Windows color (decimal): -984971 or 7731440. OLE color: 7731440.

HSL color Cylindrical-coordinate representation of color #F0F875: hue angle of 63.66º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0F875 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 240 248 117 -
CMYK 0.03 0 0.53 0.03
HSL 63.66º 0.9% 0.72% -
HSV(B) 63.66º 0.53% 0.97% -
XYZ 72.71 86.94 29.78 -
YUV 230.67 63.85 134.65 -
System Red Green Blue C M Y K H S L
Decimal 240 248 117 0.03 0 0.53 0.03 63.66 0.9 0.72
Hex F0 F8 75 3 0 35 3 40 5A 48
Octal 360 370 165 3 0 65 3 100 132 110
Binary 11110000 11111000 1110101 11 0 110101 11 1000000 1011010 1001000

Color Harmonies of #F0F875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F875

Black with #F0F875

Text Example


Text Example

White with #F0F875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F875; }

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

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

background-color css

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

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

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

border-color css

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

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

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