Html Css Color HEX #F2F070 Dolly

📋 copy color: '#F2F070'

red 242 ◦ green 240 ◦ blue 112

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

Shades of Dolly #F2F070

Tints of Dolly #F2F070

RGB

 RED value IS 242 (94.92% from 255) = 40.74%

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

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

R = 40.74%
G = 40.4%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F2F070 (or 0xF2F070) is known color: Dolly. HEX triplet: F2, F0 and 70. RGB value is (242,240,112). Sum of RGB (Red+Green+Blue) = 242+240+112=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 112 (44.14% from 255 or 18.86% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F070 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F070 is #0D0F8F. Grayscale: #E2E2E2. Windows color (decimal): -855952 or 7401714. OLE color: 7401714.

HSL color Cylindrical-coordinate representation of color #F2F070: hue angle of 59.08º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2F070 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 240 112 -
CMYK 0 0.01 0.54 0.05
HSL 59.08º 0.83% 0.69% -
HSV(B) 59.08º 0.54% 0.95% -
XYZ 70.7 82.37 27.5 -
YUV 226.01 63.66 139.41 -
System Red Green Blue C M Y K H S L
Decimal 242 240 112 0 0.01 0.54 0.05 59.08 0.83 0.69
Hex F2 F0 70 0 1 36 5 3B 53 45
Octal 362 360 160 0 1 66 5 73 123 105
Binary 11110010 11110000 1110000 0 1 110110 101 111011 1010011 1000101

Color Harmonies of #F2F070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F070

Black with #F2F070

Text Example


Text Example

White with #F2F070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F070; }

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

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

background-color css

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

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

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

border-color css

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

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

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