Html Css Color HEX #FCED84 Khaki

📋 copy color: '#FCED84'

red 252 ◦ green 237 ◦ blue 132

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

Shades of Khaki #FCED84

Tints of Khaki #FCED84

RGB

 RED value IS 252 (98.83% from 255) = 40.58%

 GREEN value IS 237 (92.97% from 255) = 38.16%

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

R = 40.58%
G = 38.16%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FCED84 (or 0xFCED84) is known color: Khaki. HEX triplet: FC, ED and 84. RGB value is (252,237,132). Sum of RGB (Red+Green+Blue) = 252+237+132=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 132 (51.95% from 255 or 21.26% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCED84 is #03127B. Grayscale: #E5E5E5. Windows color (decimal): -201340 or 8711676. OLE color: 8711676.

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

Color convert

RGB 252 237 132 -
CMYK 0 0.06 0.48 0.01
HSL 52.5º 0.95% 0.75% -
HSV(B) 52.5º 0.48% 0.99% -
XYZ 74.59 82.93 33.91 -
YUV 229.52 72.97 144.04 -
System Red Green Blue C M Y K H S L
Decimal 252 237 132 0 0.06 0.48 0.01 52.5 0.95 0.75
Hex FC ED 84 0 6 30 1 34 5F 4B
Octal 374 355 204 0 6 60 1 64 137 113
Binary 11111100 11101101 10000100 0 110 110000 1 110100 1011111 1001011

Color Harmonies of #FCED84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED84

Black with #FCED84

Text Example


Text Example

White with #FCED84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED84; }

 p { color: rgb(252,237,132); }

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

background-color css

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

 a { background-color: rgb(252,237,132); }

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

border-color css

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

 span { border-color: rgb(252,237,132); }

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