Html Css Color HEX #F5F070 Dolly

📋 copy color: '#F5F070'

red 245 ◦ green 240 ◦ blue 112

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

Shades of Dolly #F5F070

Tints of Dolly #F5F070

RGB

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

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

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

R = 41.04%
G = 40.2%
B = 18.76%

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

#F5F070 (or 0xF5F070) is known color: Dolly. HEX triplet: F5, F0 and 70. RGB value is (245,240,112). Sum of RGB (Red+Green+Blue) = 245+240+112=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 112 (44.14% from 255 or 18.76% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F070 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F070 is #0A0F8F. Grayscale: #E3E3E3. Windows color (decimal): -659344 or 7401717. OLE color: 7401717.

HSL color Cylindrical-coordinate representation of color #F5F070: hue angle of 57.74º 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 #F5F070 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 240 112 -
CMYK 0 0.02 0.54 0.04
HSL 57.74º 0.87% 0.7% -
HSV(B) 57.74º 0.54% 0.96% -
XYZ 71.74 82.9 27.55 -
YUV 226.9 63.16 140.91 -
System Red Green Blue C M Y K H S L
Decimal 245 240 112 0 0.02 0.54 0.04 57.74 0.87 0.7
Hex F5 F0 70 0 2 36 4 3A 57 46
Octal 365 360 160 0 2 66 4 72 127 106
Binary 11110101 11110000 1110000 0 10 110110 100 111010 1010111 1000110

Color Harmonies of #F5F070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F070

Black with #F5F070

Text Example


Text Example

White with #F5F070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F070; }

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

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

background-color css

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

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

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

border-color css

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

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

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