Html Css Color HEX #F2E96B Dolly

📋 copy color: '#F2E96B'

red 242 ◦ green 233 ◦ blue 107

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

Shades of Dolly #F2E96B

Tints of Dolly #F2E96B

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.03%

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

R = 41.58%
G = 40.03%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F2E96B (or 0xF2E96B) is known color: Dolly. HEX triplet: F2, E9 and 6B. RGB value is (242,233,107). Sum of RGB (Red+Green+Blue) = 242+233+107=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 233 (91.41% from 255 or 40.03% from 582); Blue value is 107 (42.19% from 255 or 18.38% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E96B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E96B is #0D1694. Grayscale: #DDDDDD. Windows color (decimal): -857749 or 7072242. OLE color: 7072242.

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

Color convert

RGB 242 233 107 -
CMYK 0 0.04 0.56 0.05
HSL 56º 0.84% 0.68% -
HSV(B) 56º 0.56% 0.95% -
XYZ 68.41 78.22 25.4 -
YUV 221.33 63.48 142.75 -
System Red Green Blue C M Y K H S L
Decimal 242 233 107 0 0.04 0.56 0.05 56 0.84 0.68
Hex F2 E9 6B 0 4 38 5 38 54 44
Octal 362 351 153 0 4 70 5 70 124 104
Binary 11110010 11101001 1101011 0 100 111000 101 111000 1010100 1000100

Color Harmonies of #F2E96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E96B

Black with #F2E96B

Text Example


Text Example

White with #F2E96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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