Html Css Color HEX #F2EB6B Dolly

📋 copy color: '#F2EB6B'

red 242 ◦ green 235 ◦ blue 107

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

Shades of Dolly #F2EB6B

Tints of Dolly #F2EB6B

RGB

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

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

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

R = 41.44%
G = 40.24%
B = 18.32%

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

#F2EB6B (or 0xF2EB6B) is known color: Dolly. HEX triplet: F2, EB and 6B. RGB value is (242,235,107). Sum of RGB (Red+Green+Blue) = 242+235+107=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 235 (92.19% from 255 or 40.24% from 584); Blue value is 107 (42.19% from 255 or 18.32% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EB6B is #0D1494. Grayscale: #DFDFDF. Windows color (decimal): -857237 or 7072754. OLE color: 7072754.

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

Color convert

RGB 242 235 107 -
CMYK 0 0.03 0.56 0.05
HSL 56.89º 0.84% 0.68% -
HSV(B) 56.89º 0.56% 0.95% -
XYZ 68.98 79.36 25.59 -
YUV 222.5 62.82 141.91 -
System Red Green Blue C M Y K H S L
Decimal 242 235 107 0 0.03 0.56 0.05 56.89 0.84 0.68
Hex F2 EB 6B 0 3 38 5 39 54 44
Octal 362 353 153 0 3 70 5 71 124 104
Binary 11110010 11101011 1101011 0 11 111000 101 111001 1010100 1000100

Color Harmonies of #F2EB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EB6B

Black with #F2EB6B

Text Example


Text Example

White with #F2EB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EB6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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