Html Css Color HEX #F2EB6A Dolly

📋 copy color: '#F2EB6A'

red 242 ◦ green 235 ◦ blue 106

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

Shades of Dolly #F2EB6A

Tints of Dolly #F2EB6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.18%

R = 41.51%
G = 40.31%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F2EB6A (or 0xF2EB6A) is known color: Dolly. HEX triplet: F2, EB and 6A. RGB value is (242,235,106). Sum of RGB (Red+Green+Blue) = 242+235+106=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 235 (92.19% from 255 or 40.31% from 583); Blue value is 106 (41.80% from 255 or 18.18% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EB6A is #0D1495. Grayscale: #DEDEDE. Windows color (decimal): -857238 or 7007218. OLE color: 7007218.

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

Color convert

RGB 242 235 106 -
CMYK 0 0.03 0.56 0.05
HSL 56.91º 0.84% 0.68% -
HSV(B) 56.91º 0.56% 0.95% -
XYZ 68.93 79.33 25.32 -
YUV 222.39 62.32 141.99 -
System Red Green Blue C M Y K H S L
Decimal 242 235 106 0 0.03 0.56 0.05 56.91 0.84 0.68
Hex F2 EB 6A 0 3 38 5 39 54 44
Octal 362 353 152 0 3 70 5 71 124 104
Binary 11110010 11101011 1101010 0 11 111000 101 111001 1010100 1000100

Color Harmonies of #F2EB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EB6A

Black with #F2EB6A

Text Example


Text Example

White with #F2EB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EB6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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