Html Css Color HEX #FDEA84 Khaki

📋 copy color: '#FDEA84'

red 253 ◦ green 234 ◦ blue 132

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

Shades of Khaki #FDEA84

Tints of Khaki #FDEA84

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.8%

 BLUE value IS 132 (51.95% from 255) = 21.32%

R = 40.87%
G = 37.8%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FDEA84 (or 0xFDEA84) is known color: Khaki. HEX triplet: FD, EA and 84. RGB value is (253,234,132). Sum of RGB (Red+Green+Blue) = 253+234+132=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 132 (51.95% from 255 or 21.32% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEA84 is #02157B. Grayscale: #E4E4E4. Windows color (decimal): -136572 or 8710909. OLE color: 8710909.

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

Color convert

RGB 253 234 132 -
CMYK 0 0.08 0.48 0.01
HSL 50.58º 0.97% 0.75% -
HSV(B) 50.58º 0.48% 0.99% -
XYZ 74.1 81.39 33.64 -
YUV 228.05 73.79 145.79 -
System Red Green Blue C M Y K H S L
Decimal 253 234 132 0 0.08 0.48 0.01 50.58 0.97 0.75
Hex FD EA 84 0 8 30 1 33 61 4B
Octal 375 352 204 0 10 60 1 63 141 113
Binary 11111101 11101010 10000100 0 1000 110000 1 110011 1100001 1001011

Color Harmonies of #FDEA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEA84

Black with #FDEA84

Text Example


Text Example

White with #FDEA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEA84; }

 p { color: rgb(253,234,132); }

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

background-color css

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

 a { background-color: rgb(253,234,132); }

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

border-color css

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

 span { border-color: rgb(253,234,132); }

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