Html Css Color HEX #FDEC83 Khaki

📋 copy color: '#FDEC83'

red 253 ◦ green 236 ◦ blue 131

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

Shades of Khaki #FDEC83

Tints of Khaki #FDEC83

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.06%

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

R = 40.81%
G = 38.06%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FDEC83 (or 0xFDEC83) is known color: Khaki. HEX triplet: FD, EC and 83. RGB value is (253,236,131). Sum of RGB (Red+Green+Blue) = 253+236+131=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 131 (51.56% from 255 or 21.13% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEC83 is #02137C. Grayscale: #E5E5E5. Windows color (decimal): -136061 or 8645885. OLE color: 8645885.

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

Color convert

RGB 253 236 131 -
CMYK 0 0.07 0.48 0.01
HSL 51.64º 0.97% 0.75% -
HSV(B) 51.64º 0.48% 0.99% -
XYZ 74.6 82.51 33.47 -
YUV 229.11 72.63 145.04 -
System Red Green Blue C M Y K H S L
Decimal 253 236 131 0 0.07 0.48 0.01 51.64 0.97 0.75
Hex FD EC 83 0 7 30 1 34 61 4B
Octal 375 354 203 0 7 60 1 64 141 113
Binary 11111101 11101100 10000011 0 111 110000 1 110100 1100001 1001011

Color Harmonies of #FDEC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEC83

Black with #FDEC83

Text Example


Text Example

White with #FDEC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEC83; }

 p { color: rgb(253,236,131); }

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

background-color css

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

 a { background-color: rgb(253,236,131); }

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

border-color css

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

 span { border-color: rgb(253,236,131); }

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