Html Css Color HEX #F2ED72 Dolly

📋 copy color: '#F2ED72'

red 242 ◦ green 237 ◦ blue 114

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

Shades of Dolly #F2ED72

Tints of Dolly #F2ED72

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.97%

 BLUE value IS 114 (44.92% from 255) = 19.22%

R = 40.81%
G = 39.97%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F2ED72 (or 0xF2ED72) is known color: Dolly. HEX triplet: F2, ED and 72. RGB value is (242,237,114). Sum of RGB (Red+Green+Blue) = 242+237+114=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 114 (44.92% from 255 or 19.22% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2ED72 is #0D128D. Grayscale: #E0E0E0. Windows color (decimal): -856718 or 7532018. OLE color: 7532018.

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

Color convert

RGB 242 237 114 -
CMYK 0 0.02 0.53 0.05
HSL 57.66º 0.83% 0.7% -
HSV(B) 57.66º 0.53% 0.95% -
XYZ 69.94 80.66 27.8 -
YUV 224.47 65.66 140.5 -
System Red Green Blue C M Y K H S L
Decimal 242 237 114 0 0.02 0.53 0.05 57.66 0.83 0.7
Hex F2 ED 72 0 2 35 5 3A 53 46
Octal 362 355 162 0 2 65 5 72 123 106
Binary 11110010 11101101 1110010 0 10 110101 101 111010 1010011 1000110

Color Harmonies of #F2ED72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ED72

Black with #F2ED72

Text Example


Text Example

White with #F2ED72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ED72; }

 p { color: rgb(242,237,114); }

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

background-color css

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

 a { background-color: rgb(242,237,114); }

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

border-color css

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

 span { border-color: rgb(242,237,114); }

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