Html Css Color HEX #FCEA86 Khaki

📋 copy color: '#FCEA86'

red 252 ◦ green 234 ◦ blue 134

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

Shades of Khaki #FCEA86

Tints of Khaki #FCEA86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 21.61%

R = 40.65%
G = 37.74%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCEA86 (or 0xFCEA86) is known color: Khaki. HEX triplet: FC, EA and 86. RGB value is (252,234,134). Sum of RGB (Red+Green+Blue) = 252+234+134=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 134 (52.73% from 255 or 21.61% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEA86 is #031579. Grayscale: #E4E4E4. Windows color (decimal): -202106 or 8841980. OLE color: 8841980.

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

Color convert

RGB 252 234 134 -
CMYK 0 0.07 0.47 0.01
HSL 50.85º 0.95% 0.76% -
HSV(B) 50.85º 0.47% 0.99% -
XYZ 73.87 81.26 34.35 -
YUV 227.98 74.96 145.13 -
System Red Green Blue C M Y K H S L
Decimal 252 234 134 0 0.07 0.47 0.01 50.85 0.95 0.76
Hex FC EA 86 0 7 2F 1 33 5F 4C
Octal 374 352 206 0 7 57 1 63 137 114
Binary 11111100 11101010 10000110 0 111 101111 1 110011 1011111 1001100

Color Harmonies of #FCEA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA86

Black with #FCEA86

Text Example


Text Example

White with #FCEA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA86; }

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

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

background-color css

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

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

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

border-color css

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

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

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