Html Css Color HEX #F2E56C Dolly

📋 copy color: '#F2E56C'

red 242 ◦ green 229 ◦ blue 108

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

Shades of Dolly #F2E56C

Tints of Dolly #F2E56C

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.55%

 BLUE value IS 108 (42.58% from 255) = 18.65%

R = 41.8%
G = 39.55%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2E56C (or 0xF2E56C) is known color: Dolly. HEX triplet: F2, E5 and 6C. RGB value is (242,229,108). Sum of RGB (Red+Green+Blue) = 242+229+108=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 229 (89.84% from 255 or 39.55% from 579); Blue value is 108 (42.58% from 255 or 18.65% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E56C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E56C is #0D1A93. Grayscale: #DBDBDB. Windows color (decimal): -858772 or 7136754. OLE color: 7136754.

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

Color convert

RGB 242 229 108 -
CMYK 0 0.05 0.55 0.05
HSL 54.18º 0.84% 0.69% -
HSV(B) 54.18º 0.55% 0.95% -
XYZ 67.34 76 25.31 -
YUV 219.09 65.31 144.34 -
System Red Green Blue C M Y K H S L
Decimal 242 229 108 0 0.05 0.55 0.05 54.18 0.84 0.69
Hex F2 E5 6C 0 5 37 5 36 54 45
Octal 362 345 154 0 5 67 5 66 124 105
Binary 11110010 11100101 1101100 0 101 110111 101 110110 1010100 1000101

Color Harmonies of #F2E56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E56C

Black with #F2E56C

Text Example


Text Example

White with #F2E56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E56C; }

 p { color: rgb(242,229,108); }

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

background-color css

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

 a { background-color: rgb(242,229,108); }

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

border-color css

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

 span { border-color: rgb(242,229,108); }

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