Html Css Color HEX #FCEE84 Khaki

📋 copy color: '#FCEE84'

red 252 ◦ green 238 ◦ blue 132

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

Shades of Khaki #FCEE84

Tints of Khaki #FCEE84

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.26%

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

R = 40.51%
G = 38.26%
B = 21.22%

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

#FCEE84 (or 0xFCEE84) is known color: Khaki. HEX triplet: FC, EE and 84. RGB value is (252,238,132). Sum of RGB (Red+Green+Blue) = 252+238+132=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 132 (51.95% from 255 or 21.22% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEE84 is #03117B. Grayscale: #E6E6E6. Windows color (decimal): -201084 or 8711932. OLE color: 8711932.

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

Color convert

RGB 252 238 132 -
CMYK 0 0.06 0.48 0.01
HSL 53º 0.95% 0.75% -
HSV(B) 53º 0.48% 0.99% -
XYZ 74.88 83.51 34 -
YUV 230.1 72.64 143.62 -
System Red Green Blue C M Y K H S L
Decimal 252 238 132 0 0.06 0.48 0.01 53 0.95 0.75
Hex FC EE 84 0 6 30 1 35 5F 4B
Octal 374 356 204 0 6 60 1 65 137 113
Binary 11111100 11101110 10000100 0 110 110000 1 110101 1011111 1001011

Color Harmonies of #FCEE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEE84

Black with #FCEE84

Text Example


Text Example

White with #FCEE84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEE84; }

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

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

background-color css

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

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

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

border-color css

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

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

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