Html Css Color HEX #F5EF70 Dolly

📋 copy color: '#F5EF70'

red 245 ◦ green 239 ◦ blue 112

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

Shades of Dolly #F5EF70

Tints of Dolly #F5EF70

RGB

 RED value IS 245 (96.09% from 255) = 41.11%

 GREEN value IS 239 (93.75% from 255) = 40.1%

 BLUE value IS 112 (44.14% from 255) = 18.79%

R = 41.11%
G = 40.1%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F5EF70 (or 0xF5EF70) is known color: Dolly. HEX triplet: F5, EF and 70. RGB value is (245,239,112). Sum of RGB (Red+Green+Blue) = 245+239+112=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 112 (44.14% from 255 or 18.79% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EF70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5EF70 is #0A108F. Grayscale: #E2E2E2. Windows color (decimal): -659600 or 7401461. OLE color: 7401461.

HSL color Cylindrical-coordinate representation of color #F5EF70: hue angle of 57.29º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F5EF70 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 239 112 -
CMYK 0 0.02 0.54 0.04
HSL 57.29º 0.87% 0.7% -
HSV(B) 57.29º 0.54% 0.96% -
XYZ 71.45 82.32 27.45 -
YUV 226.32 63.49 141.33 -
System Red Green Blue C M Y K H S L
Decimal 245 239 112 0 0.02 0.54 0.04 57.29 0.87 0.7
Hex F5 EF 70 0 2 36 4 39 57 46
Octal 365 357 160 0 2 66 4 71 127 106
Binary 11110101 11101111 1110000 0 10 110110 100 111001 1010111 1000110

Color Harmonies of #F5EF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EF70

Black with #F5EF70

Text Example


Text Example

White with #F5EF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EF70; }

 p { color: rgb(245,239,112); }

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

background-color css

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

 a { background-color: rgb(245,239,112); }

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

border-color css

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

 span { border-color: rgb(245,239,112); }

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