Html Css Color HEX #F2E76B Dolly

📋 copy color: '#F2E76B'

red 242 ◦ green 231 ◦ blue 107

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

Shades of Dolly #F2E76B

Tints of Dolly #F2E76B

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.83%

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

R = 41.72%
G = 39.83%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F2E76B (or 0xF2E76B) is known color: Dolly. HEX triplet: F2, E7 and 6B. RGB value is (242,231,107). Sum of RGB (Red+Green+Blue) = 242+231+107=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 231 (90.62% from 255 or 39.83% from 580); Blue value is 107 (42.19% from 255 or 18.45% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E76B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E76B is #0D1894. Grayscale: #DCDCDC. Windows color (decimal): -858261 or 7071730. OLE color: 7071730.

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

Color convert

RGB 242 231 107 -
CMYK 0 0.05 0.56 0.05
HSL 55.11º 0.84% 0.68% -
HSV(B) 55.11º 0.56% 0.95% -
XYZ 67.85 77.09 25.21 -
YUV 220.15 64.14 143.58 -
System Red Green Blue C M Y K H S L
Decimal 242 231 107 0 0.05 0.56 0.05 55.11 0.84 0.68
Hex F2 E7 6B 0 5 38 5 37 54 44
Octal 362 347 153 0 5 70 5 67 124 104
Binary 11110010 11100111 1101011 0 101 111000 101 110111 1010100 1000100

Color Harmonies of #F2E76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E76B

Black with #F2E76B

Text Example


Text Example

White with #F2E76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E76B; }

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

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

background-color css

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

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

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

border-color css

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

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

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