Html Css Color HEX #F2EC6B Dolly

📋 copy color: '#F2EC6B'

red 242 ◦ green 236 ◦ blue 107

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

Shades of Dolly #F2EC6B

Tints of Dolly #F2EC6B

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.34%

 BLUE value IS 107 (42.19% from 255) = 18.29%

R = 41.37%
G = 40.34%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F2EC6B (or 0xF2EC6B) is known color: Dolly. HEX triplet: F2, EC and 6B. RGB value is (242,236,107). Sum of RGB (Red+Green+Blue) = 242+236+107=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 107 (42.19% from 255 or 18.29% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EC6B is #0D1394. Grayscale: #DFDFDF. Windows color (decimal): -856981 or 7073010. OLE color: 7073010.

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

Color convert

RGB 242 236 107 -
CMYK 0 0.02 0.56 0.05
HSL 57.33º 0.84% 0.68% -
HSV(B) 57.33º 0.56% 0.95% -
XYZ 69.27 79.93 25.69 -
YUV 223.09 62.49 141.49 -
System Red Green Blue C M Y K H S L
Decimal 242 236 107 0 0.02 0.56 0.05 57.33 0.84 0.68
Hex F2 EC 6B 0 2 38 5 39 54 44
Octal 362 354 153 0 2 70 5 71 124 104
Binary 11110010 11101100 1101011 0 10 111000 101 111001 1010100 1000100

Color Harmonies of #F2EC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EC6B

Black with #F2EC6B

Text Example


Text Example

White with #F2EC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EC6B; }

 p { color: rgb(242,236,107); }

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

background-color css

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

 a { background-color: rgb(242,236,107); }

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

border-color css

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

 span { border-color: rgb(242,236,107); }

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