Html Css Color HEX #F2EB6C Dolly

📋 copy color: '#F2EB6C'

red 242 ◦ green 235 ◦ blue 108

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

Shades of Dolly #F2EB6C

Tints of Dolly #F2EB6C

RGB

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

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

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

R = 41.37%
G = 40.17%
B = 18.46%

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

#F2EB6C (or 0xF2EB6C) is known color: Dolly. HEX triplet: F2, EB and 6C. RGB value is (242,235,108). Sum of RGB (Red+Green+Blue) = 242+235+108=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 108 (42.58% from 255 or 18.46% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EB6C is #0D1493. Grayscale: #DFDFDF. Windows color (decimal): -857236 or 7138290. OLE color: 7138290.

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

Color convert

RGB 242 235 108 -
CMYK 0 0.03 0.55 0.05
HSL 56.87º 0.84% 0.69% -
HSV(B) 56.87º 0.55% 0.95% -
XYZ 69.03 79.38 25.87 -
YUV 222.62 63.32 141.83 -
System Red Green Blue C M Y K H S L
Decimal 242 235 108 0 0.03 0.55 0.05 56.87 0.84 0.69
Hex F2 EB 6C 0 3 37 5 39 54 45
Octal 362 353 154 0 3 67 5 71 124 105
Binary 11110010 11101011 1101100 0 11 110111 101 111001 1010100 1000101

Color Harmonies of #F2EB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EB6C

Black with #F2EB6C

Text Example


Text Example

White with #F2EB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EB6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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