Html Css Color HEX #F6E282 Buff

📋 copy color: '#F6E282'

red 246 ◦ green 226 ◦ blue 130

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

Shades of Buff #F6E282

Tints of Buff #F6E282

RGB

 RED value IS 246 (96.48% from 255) = 40.86%

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

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

R = 40.86%
G = 37.54%
B = 21.59%

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

#F6E282 (or 0xF6E282) is known color: Buff. HEX triplet: F6, E2 and 82. RGB value is (246,226,130). Sum of RGB (Red+Green+Blue) = 246+226+130=602 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.86% from 602); Green value is 226 (88.67% from 255 or 37.54% from 602); Blue value is 130 (51.17% from 255 or 21.59% from 602); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E282 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E282 is #091D7D. Grayscale: #DDDDDD. Windows color (decimal): -597374 or 8577782. OLE color: 8577782.

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

Color convert

RGB 246 226 130 -
CMYK 0 0.08 0.47 0.04
HSL 49.66º 0.87% 0.74% -
HSV(B) 49.66º 0.47% 0.96% -
XYZ 69.23 75.6 32.06 -
YUV 221.04 76.63 145.81 -
System Red Green Blue C M Y K H S L
Decimal 246 226 130 0 0.08 0.47 0.04 49.66 0.87 0.74
Hex F6 E2 82 0 8 2F 4 32 57 4A
Octal 366 342 202 0 10 57 4 62 127 112
Binary 11110110 11100010 10000010 0 1000 101111 100 110010 1010111 1001010

Color Harmonies of #F6E282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E282

Black with #F6E282

Text Example


Text Example

White with #F6E282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E282; }

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

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

background-color css

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

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

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

border-color css

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

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

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