Html Css Color HEX #F2E770 Dolly

📋 copy color: '#F2E770'

red 242 ◦ green 231 ◦ blue 112

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

Shades of Dolly #F2E770

Tints of Dolly #F2E770

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.49%

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

R = 41.37%
G = 39.49%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F2E770 (or 0xF2E770) is known color: Dolly. HEX triplet: F2, E7 and 70. RGB value is (242,231,112). Sum of RGB (Red+Green+Blue) = 242+231+112=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 231 (90.62% from 255 or 39.49% from 585); Blue value is 112 (44.14% from 255 or 19.15% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E770 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E770 is #0D188F. Grayscale: #DDDDDD. Windows color (decimal): -858256 or 7399410. OLE color: 7399410.

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

Color convert

RGB 242 231 112 -
CMYK 0 0.05 0.54 0.05
HSL 54.92º 0.83% 0.69% -
HSV(B) 54.92º 0.54% 0.95% -
XYZ 68.12 77.2 26.64 -
YUV 220.72 66.64 143.18 -
System Red Green Blue C M Y K H S L
Decimal 242 231 112 0 0.05 0.54 0.05 54.92 0.83 0.69
Hex F2 E7 70 0 5 36 5 37 53 45
Octal 362 347 160 0 5 66 5 67 123 105
Binary 11110010 11100111 1110000 0 101 110110 101 110111 1010011 1000101

Color Harmonies of #F2E770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E770

Black with #F2E770

Text Example


Text Example

White with #F2E770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E770; }

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

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

background-color css

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

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

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

border-color css

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

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

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