Html Css Color HEX #FCEA84 Khaki

📋 copy color: '#FCEA84'

red 252 ◦ green 234 ◦ blue 132

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

Shades of Khaki #FCEA84

Tints of Khaki #FCEA84

RGB

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

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

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

R = 40.78%
G = 37.86%
B = 21.36%

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

#FCEA84 (or 0xFCEA84) is known color: Khaki. HEX triplet: FC, EA and 84. RGB value is (252,234,132). Sum of RGB (Red+Green+Blue) = 252+234+132=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 132 (51.95% from 255 or 21.36% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEA84 is #03157B. Grayscale: #E4E4E4. Windows color (decimal): -202108 or 8710908. OLE color: 8710908.

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

Color convert

RGB 252 234 132 -
CMYK 0 0.07 0.48 0.01
HSL 51º 0.95% 0.75% -
HSV(B) 51º 0.48% 0.99% -
XYZ 73.73 81.21 33.62 -
YUV 227.75 73.96 145.29 -
System Red Green Blue C M Y K H S L
Decimal 252 234 132 0 0.07 0.48 0.01 51 0.95 0.75
Hex FC EA 84 0 7 30 1 33 5F 4B
Octal 374 352 204 0 7 60 1 63 137 113
Binary 11111100 11101010 10000100 0 111 110000 1 110011 1011111 1001011

Color Harmonies of #FCEA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA84

Black with #FCEA84

Text Example


Text Example

White with #FCEA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA84; }

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

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

background-color css

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

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

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

border-color css

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

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

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