Html Css Color HEX #F5E183 Buff

📋 copy color: '#F5E183'

red 245 ◦ green 225 ◦ blue 131

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

Shades of Buff #F5E183

Tints of Buff #F5E183

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.44%

 BLUE value IS 131 (51.56% from 255) = 21.8%

R = 40.77%
G = 37.44%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F5E183 (or 0xF5E183) is known color: Buff. HEX triplet: F5, E1 and 83. RGB value is (245,225,131). Sum of RGB (Red+Green+Blue) = 245+225+131=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 131 (51.56% from 255 or 21.80% from 601); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E183 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E183 is #0A1E7C. Grayscale: #DCDCDC. Windows color (decimal): -663165 or 8643061. OLE color: 8643061.

HSL color Cylindrical-coordinate representation of color #F5E183: hue angle of 49.47º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5E183 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 225 131 -
CMYK 0 0.08 0.47 0.04
HSL 49.47º 0.85% 0.74% -
HSV(B) 49.47º 0.47% 0.96% -
XYZ 68.68 74.9 32.31 -
YUV 220.26 77.63 145.64 -
System Red Green Blue C M Y K H S L
Decimal 245 225 131 0 0.08 0.47 0.04 49.47 0.85 0.74
Hex F5 E1 83 0 8 2F 4 31 55 4A
Octal 365 341 203 0 10 57 4 61 125 112
Binary 11110101 11100001 10000011 0 1000 101111 100 110001 1010101 1001010

Color Harmonies of #F5E183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E183

Black with #F5E183

Text Example


Text Example

White with #F5E183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E183; }

 p { color: rgb(245,225,131); }

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

background-color css

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

 a { background-color: rgb(245,225,131); }

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

border-color css

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

 span { border-color: rgb(245,225,131); }

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