Html Css Color HEX #F0E972 Dolly

📋 copy color: '#F0E972'

red 240 ◦ green 233 ◦ blue 114

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

Shades of Dolly #F0E972

Tints of Dolly #F0E972

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.69%

 BLUE value IS 114 (44.92% from 255) = 19.42%

R = 40.89%
G = 39.69%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F0E972 (or 0xF0E972) is known color: Dolly. HEX triplet: F0, E9 and 72. RGB value is (240,233,114). Sum of RGB (Red+Green+Blue) = 240+233+114=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 233 (91.41% from 255 or 39.69% from 587); Blue value is 114 (44.92% from 255 or 19.42% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E972 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0E972 is #0F168D. Grayscale: #DEDEDE. Windows color (decimal): -988814 or 7530992. OLE color: 7530992.

HSL color Cylindrical-coordinate representation of color #F0E972: hue angle of 56.67º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0E972 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 233 114 -
CMYK 0 0.03 0.52 0.06
HSL 56.67º 0.81% 0.69% -
HSV(B) 56.67º 0.53% 0.94% -
XYZ 68.11 78.02 27.39 -
YUV 221.53 67.32 141.18 -
System Red Green Blue C M Y K H S L
Decimal 240 233 114 0 0.03 0.52 0.06 56.67 0.81 0.69
Hex F0 E9 72 0 3 34 6 39 51 45
Octal 360 351 162 0 3 64 6 71 121 105
Binary 11110000 11101001 1110010 0 11 110100 110 111001 1010001 1000101

Color Harmonies of #F0E972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E972

Black with #F0E972

Text Example


Text Example

White with #F0E972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E972; }

 p { color: rgb(240,233,114); }

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

background-color css

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

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

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

border-color css

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

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

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