Html Css Color HEX #F2EB6D Dolly

📋 copy color: '#F2EB6D'

red 242 ◦ green 235 ◦ blue 109

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

Shades of Dolly #F2EB6D

Tints of Dolly #F2EB6D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.1%

 BLUE value IS 109 (42.97% from 255) = 18.6%

R = 41.3%
G = 40.1%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2EB6D (or 0xF2EB6D) is known color: Dolly. HEX triplet: F2, EB and 6D. RGB value is (242,235,109). Sum of RGB (Red+Green+Blue) = 242+235+109=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 109 (42.97% from 255 or 18.60% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EB6D is #0D1492. Grayscale: #DFDFDF. Windows color (decimal): -857235 or 7203826. OLE color: 7203826.

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

Color convert

RGB 242 235 109 -
CMYK 0 0.03 0.55 0.05
HSL 56.84º 0.84% 0.69% -
HSV(B) 56.84º 0.55% 0.95% -
XYZ 69.09 79.4 26.15 -
YUV 222.73 63.82 141.75 -
System Red Green Blue C M Y K H S L
Decimal 242 235 109 0 0.03 0.55 0.05 56.84 0.84 0.69
Hex F2 EB 6D 0 3 37 5 39 54 45
Octal 362 353 155 0 3 67 5 71 124 105
Binary 11110010 11101011 1101101 0 11 110111 101 111001 1010100 1000101

Color Harmonies of #F2EB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EB6D

Black with #F2EB6D

Text Example


Text Example

White with #F2EB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EB6D; }

 p { color: rgb(242,235,109); }

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

background-color css

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

 a { background-color: rgb(242,235,109); }

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

border-color css

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

 span { border-color: rgb(242,235,109); }

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