Html Css Color HEX #FDE386 Buff

📋 copy color: '#FDE386'

red 253 ◦ green 227 ◦ blue 134

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

Shades of Buff #FDE386

Tints of Buff #FDE386

RGB

 RED value IS 253 (99.22% from 255) = 41.21%

 GREEN value IS 227 (89.06% from 255) = 36.97%

 BLUE value IS 134 (52.73% from 255) = 21.82%

R = 41.21%
G = 36.97%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDE386 (or 0xFDE386) is known color: Buff. HEX triplet: FD, E3 and 86. RGB value is (253,227,134). Sum of RGB (Red+Green+Blue) = 253+227+134=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 227 (89.06% from 255 or 36.97% from 614); Blue value is 134 (52.73% from 255 or 21.82% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE386 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE386 is #021C79. Grayscale: #E0E0E0. Windows color (decimal): -138362 or 8840189. OLE color: 8840189.

HSL color Cylindrical-coordinate representation of color #FDE386: hue angle of 46.89º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FDE386 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 227 134 -
CMYK 0 0.10 0.47 0.01
HSL 46.89º 0.97% 0.76% -
HSV(B) 46.89º 0.47% 0.99% -
XYZ 72.28 77.54 33.71 -
YUV 224.17 77.11 148.56 -
System Red Green Blue C M Y K H S L
Decimal 253 227 134 0 0.10 0.47 0.01 46.89 0.97 0.76
Hex FD E3 86 0 A 2F 1 2F 61 4C
Octal 375 343 206 0 12 57 1 57 141 114
Binary 11111101 11100011 10000110 0 1010 101111 1 101111 1100001 1001100

Color Harmonies of #FDE386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE386

Black with #FDE386

Text Example


Text Example

White with #FDE386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE386; }

 p { color: rgb(253,227,134); }

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

background-color css

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

 a { background-color: rgb(253,227,134); }

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

border-color css

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

 span { border-color: rgb(253,227,134); }

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