Html Css Color HEX #F5E76B Dolly

📋 copy color: '#F5E76B'

red 245 ◦ green 231 ◦ blue 107

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

Shades of Dolly #F5E76B

Tints of Dolly #F5E76B

RGB

 RED value IS 245 (96.09% from 255) = 42.02%

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

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

R = 42.02%
G = 39.62%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5E76B (or 0xF5E76B) is known color: Dolly. HEX triplet: F5, E7 and 6B. RGB value is (245,231,107). Sum of RGB (Red+Green+Blue) = 245+231+107=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 231 (90.62% from 255 or 39.62% from 583); Blue value is 107 (42.19% from 255 or 18.35% from 583); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E76B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5E76B is #0A1894. Grayscale: #DDDDDD. Windows color (decimal): -661653 or 7071733. OLE color: 7071733.

HSL color Cylindrical-coordinate representation of color #F5E76B: hue angle of 53.91º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5E76B is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 231 107 -
CMYK 0 0.06 0.56 0.04
HSL 53.91º 0.87% 0.69% -
HSV(B) 53.91º 0.56% 0.96% -
XYZ 68.89 77.63 25.26 -
YUV 221.05 63.64 145.08 -
System Red Green Blue C M Y K H S L
Decimal 245 231 107 0 0.06 0.56 0.04 53.91 0.87 0.69
Hex F5 E7 6B 0 6 38 4 36 57 45
Octal 365 347 153 0 6 70 4 66 127 105
Binary 11110101 11100111 1101011 0 110 111000 100 110110 1010111 1000101

Color Harmonies of #F5E76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E76B

Black with #F5E76B

Text Example


Text Example

White with #F5E76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E76B; }

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

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

background-color css

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

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

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

border-color css

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

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

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