Html Css Color HEX #F2E76A Dolly

📋 copy color: '#F2E76A'

red 242 ◦ green 231 ◦ blue 106

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

Shades of Dolly #F2E76A

Tints of Dolly #F2E76A

RGB

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

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

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

R = 41.8%
G = 39.9%
B = 18.31%

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

#F2E76A (or 0xF2E76A) is known color: Dolly. HEX triplet: F2, E7 and 6A. RGB value is (242,231,106). Sum of RGB (Red+Green+Blue) = 242+231+106=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 231 (90.62% from 255 or 39.90% from 579); Blue value is 106 (41.80% from 255 or 18.31% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E76A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E76A is #0D1895. Grayscale: #DCDCDC. Windows color (decimal): -858262 or 7006194. OLE color: 7006194.

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

Color convert

RGB 242 231 106 -
CMYK 0 0.05 0.56 0.05
HSL 55.15º 0.84% 0.68% -
HSV(B) 55.15º 0.56% 0.95% -
XYZ 67.8 77.07 24.94 -
YUV 220.04 63.64 143.66 -
System Red Green Blue C M Y K H S L
Decimal 242 231 106 0 0.05 0.56 0.05 55.15 0.84 0.68
Hex F2 E7 6A 0 5 38 5 37 54 44
Octal 362 347 152 0 5 70 5 67 124 104
Binary 11110010 11100111 1101010 0 101 111000 101 110111 1010100 1000100

Color Harmonies of #F2E76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E76A

Black with #F2E76A

Text Example


Text Example

White with #F2E76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E76A; }

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

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

background-color css

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

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

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

border-color css

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

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

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