Html Css Color HEX #F0E96B Dolly

📋 copy color: '#F0E96B'

red 240 ◦ green 233 ◦ blue 107

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

Shades of Dolly #F0E96B

Tints of Dolly #F0E96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 18.45%

R = 41.38%
G = 40.17%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0E96B (or 0xF0E96B) is known color: Dolly. HEX triplet: F0, E9 and 6B. RGB value is (240,233,107). Sum of RGB (Red+Green+Blue) = 240+233+107=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 233 (91.41% from 255 or 40.17% from 580); Blue value is 107 (42.19% from 255 or 18.45% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E96B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0E96B is #0F1694. Grayscale: #DDDDDD. Windows color (decimal): -988821 or 7072240. OLE color: 7072240.

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

Color convert

RGB 240 233 107 -
CMYK 0 0.03 0.55 0.06
HSL 56.84º 0.82% 0.68% -
HSV(B) 56.84º 0.55% 0.94% -
XYZ 67.73 77.86 25.37 -
YUV 220.73 63.82 141.75 -
System Red Green Blue C M Y K H S L
Decimal 240 233 107 0 0.03 0.55 0.06 56.84 0.82 0.68
Hex F0 E9 6B 0 3 37 6 39 52 44
Octal 360 351 153 0 3 67 6 71 122 104
Binary 11110000 11101001 1101011 0 11 110111 110 111001 1010010 1000100

Color Harmonies of #F0E96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E96B

Black with #F0E96B

Text Example


Text Example

White with #F0E96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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