Html Css Color HEX #F5E282 Buff

📋 copy color: '#F5E282'

red 245 ◦ green 226 ◦ blue 130

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

Shades of Buff #F5E282

Tints of Buff #F5E282

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.6%

 BLUE value IS 130 (51.17% from 255) = 21.63%

R = 40.77%
G = 37.6%
B = 21.63%

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

#F5E282 (or 0xF5E282) is known color: Buff. HEX triplet: F5, E2 and 82. RGB value is (245,226,130). Sum of RGB (Red+Green+Blue) = 245+226+130=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 226 (88.67% from 255 or 37.60% from 601); Blue value is 130 (51.17% from 255 or 21.63% from 601); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E282 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E282 is #0A1D7D. Grayscale: #DDDDDD. Windows color (decimal): -662910 or 8577781. OLE color: 8577781.

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

Color convert

RGB 245 226 130 -
CMYK 0 0.08 0.47 0.04
HSL 50.09º 0.85% 0.74% -
HSV(B) 50.09º 0.47% 0.96% -
XYZ 68.88 75.42 32.05 -
YUV 220.74 76.79 145.31 -
System Red Green Blue C M Y K H S L
Decimal 245 226 130 0 0.08 0.47 0.04 50.09 0.85 0.74
Hex F5 E2 82 0 8 2F 4 32 55 4A
Octal 365 342 202 0 10 57 4 62 125 112
Binary 11110101 11100010 10000010 0 1000 101111 100 110010 1010101 1001010

Color Harmonies of #F5E282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E282

Black with #F5E282

Text Example


Text Example

White with #F5E282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E282; }

 p { color: rgb(245,226,130); }

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

background-color css

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

 a { background-color: rgb(245,226,130); }

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

border-color css

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

 span { border-color: rgb(245,226,130); }

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