Html Css Color HEX #F2E970 Dolly

📋 copy color: '#F2E970'

red 242 ◦ green 233 ◦ blue 112

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

Shades of Dolly #F2E970

Tints of Dolly #F2E970

RGB

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

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

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

R = 41.23%
G = 39.69%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F2E970 (or 0xF2E970) is known color: Dolly. HEX triplet: F2, E9 and 70. RGB value is (242,233,112). Sum of RGB (Red+Green+Blue) = 242+233+112=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 233 (91.41% from 255 or 39.69% from 587); Blue value is 112 (44.14% from 255 or 19.08% from 587); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E970 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E970 is #0D168F. Grayscale: #DEDEDE. Windows color (decimal): -857744 or 7399922. OLE color: 7399922.

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

Color convert

RGB 242 233 112 -
CMYK 0 0.04 0.54 0.05
HSL 55.85º 0.83% 0.69% -
HSV(B) 55.85º 0.54% 0.95% -
XYZ 68.68 78.32 26.83 -
YUV 221.9 65.98 142.34 -
System Red Green Blue C M Y K H S L
Decimal 242 233 112 0 0.04 0.54 0.05 55.85 0.83 0.69
Hex F2 E9 70 0 4 36 5 38 53 45
Octal 362 351 160 0 4 66 5 70 123 105
Binary 11110010 11101001 1110000 0 100 110110 101 111000 1010011 1000101

Color Harmonies of #F2E970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E970

Black with #F2E970

Text Example


Text Example

White with #F2E970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E970; }

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

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

background-color css

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

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

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

border-color css

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

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

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