Html Css Color HEX #F2EF6E Dolly

📋 copy color: '#F2EF6E'

red 242 ◦ green 239 ◦ blue 110

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

Shades of Dolly #F2EF6E

Tints of Dolly #F2EF6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 18.61%

R = 40.95%
G = 40.44%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2EF6E (or 0xF2EF6E) is known color: Dolly. HEX triplet: F2, EF and 6E. RGB value is (242,239,110). Sum of RGB (Red+Green+Blue) = 242+239+110=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 239 (93.75% from 255 or 40.44% from 591); Blue value is 110 (43.36% from 255 or 18.61% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EF6E is #0D1091. Grayscale: #E1E1E1. Windows color (decimal): -856210 or 7270386. OLE color: 7270386.

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

Color convert

RGB 242 239 110 -
CMYK 0 0.01 0.55 0.05
HSL 58.64º 0.84% 0.69% -
HSV(B) 58.64º 0.55% 0.95% -
XYZ 70.3 81.74 26.82 -
YUV 225.19 62.99 139.99 -
System Red Green Blue C M Y K H S L
Decimal 242 239 110 0 0.01 0.55 0.05 58.64 0.84 0.69
Hex F2 EF 6E 0 1 37 5 3B 54 45
Octal 362 357 156 0 1 67 5 73 124 105
Binary 11110010 11101111 1101110 0 1 110111 101 111011 1010100 1000101

Color Harmonies of #F2EF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EF6E

Black with #F2EF6E

Text Example


Text Example

White with #F2EF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EF6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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