Html Css Color HEX #F0F078 Dolly

📋 copy color: '#F0F078'

red 240 ◦ green 240 ◦ blue 120

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

Shades of Dolly #F0F078

Tints of Dolly #F0F078

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40%

 BLUE value IS 120 (47.27% from 255) = 20%

R = 40%
G = 40%
B = 20%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#F0F078 (or 0xF0F078) is known color: Dolly. HEX triplet: F0, F0 and 78. RGB value is (240,240,120). Sum of RGB (Red+Green+Blue) = 240+240+120=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 240 (94.14% from 255 or 40% from 600); Blue value is 120 (47.27% from 255 or 20% from 600); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F078 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F078 is #0F0F87. Grayscale: #E2E2E2. Windows color (decimal): -987016 or 7926000. OLE color: 7926000.

HSL color Cylindrical-coordinate representation of color #F0F078: hue angle of 60º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0F078 is Cyan = 0, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 240 120 -
CMYK 0 0 0.5 0.06
HSL 60º 0.8% 0.71% -
HSV(B) 60º 0.5% 0.94% -
XYZ 70.49 82.2 29.92 -
YUV 226.32 68 137.76 -
System Red Green Blue C M Y K H S L
Decimal 240 240 120 0 0 0.5 0.06 60 0.8 0.71
Hex F0 F0 78 0 0 32 6 3C 50 47
Octal 360 360 170 0 0 62 6 74 120 107
Binary 11110000 11110000 1111000 0 0 110010 110 111100 1010000 1000111

Color Harmonies of #F0F078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F078

Black with #F0F078

Text Example


Text Example

White with #F0F078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F078; }

 p { color: rgb(240,240,120); }

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

background-color css

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

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

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

border-color css

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

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

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