Html Css Color HEX #F6E483 Buff

📋 copy color: '#F6E483'

red 246 ◦ green 228 ◦ blue 131

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

Shades of Buff #F6E483

Tints of Buff #F6E483

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.69%

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

R = 40.66%
G = 37.69%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F6E483 (or 0xF6E483) is known color: Buff. HEX triplet: F6, E4 and 83. RGB value is (246,228,131). Sum of RGB (Red+Green+Blue) = 246+228+131=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 131 (51.56% from 255 or 21.65% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E483 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E483 is #091B7C. Grayscale: #DEDEDE. Windows color (decimal): -596861 or 8643830. OLE color: 8643830.

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

Color convert

RGB 246 228 131 -
CMYK 0 0.07 0.47 0.04
HSL 50.61º 0.86% 0.74% -
HSV(B) 50.61º 0.47% 0.96% -
XYZ 69.85 76.72 32.6 -
YUV 222.32 76.46 144.89 -
System Red Green Blue C M Y K H S L
Decimal 246 228 131 0 0.07 0.47 0.04 50.61 0.86 0.74
Hex F6 E4 83 0 7 2F 4 33 56 4A
Octal 366 344 203 0 7 57 4 63 126 112
Binary 11110110 11100100 10000011 0 111 101111 100 110011 1010110 1001010

Color Harmonies of #F6E483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E483

Black with #F6E483

Text Example


Text Example

White with #F6E483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E483; }

 p { color: rgb(246,228,131); }

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

background-color css

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

 a { background-color: rgb(246,228,131); }

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

border-color css

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

 span { border-color: rgb(246,228,131); }

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