Html Css Color HEX #F2EF76 Dolly

📋 copy color: '#F2EF76'

red 242 ◦ green 239 ◦ blue 118

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

Shades of Dolly #F2EF76

Tints of Dolly #F2EF76

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.9%

 BLUE value IS 118 (46.48% from 255) = 19.7%

R = 40.4%
G = 39.9%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F2EF76 (or 0xF2EF76) is known color: Dolly. HEX triplet: F2, EF and 76. RGB value is (242,239,118). Sum of RGB (Red+Green+Blue) = 242+239+118=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 118 (46.48% from 255 or 19.70% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EF76 is #0D1089. Grayscale: #E2E2E2. Windows color (decimal): -856202 or 7794674. OLE color: 7794674.

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

Color convert

RGB 242 239 118 -
CMYK 0 0.01 0.51 0.05
HSL 58.55º 0.83% 0.71% -
HSV(B) 58.55º 0.51% 0.95% -
XYZ 70.75 81.92 29.22 -
YUV 226.1 66.99 139.34 -
System Red Green Blue C M Y K H S L
Decimal 242 239 118 0 0.01 0.51 0.05 58.55 0.83 0.71
Hex F2 EF 76 0 1 33 5 3B 53 47
Octal 362 357 166 0 1 63 5 73 123 107
Binary 11110010 11101111 1110110 0 1 110011 101 111011 1010011 1000111

Color Harmonies of #F2EF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EF76

Black with #F2EF76

Text Example


Text Example

White with #F2EF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EF76; }

 p { color: rgb(242,239,118); }

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

background-color css

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

 a { background-color: rgb(242,239,118); }

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

border-color css

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

 span { border-color: rgb(242,239,118); }

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