Html Css Color HEX #FCEF86 Khaki

📋 copy color: '#FCEF86'

red 252 ◦ green 239 ◦ blue 134

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

Shades of Khaki #FCEF86

Tints of Khaki #FCEF86

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.24%

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

R = 40.32%
G = 38.24%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCEF86 (or 0xFCEF86) is known color: Khaki. HEX triplet: FC, EF and 86. RGB value is (252,239,134). Sum of RGB (Red+Green+Blue) = 252+239+134=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 134 (52.73% from 255 or 21.44% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEF86 is #031079. Grayscale: #E7E7E7. Windows color (decimal): -200826 or 8843260. OLE color: 8843260.

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

Color convert

RGB 252 239 134 -
CMYK 0 0.05 0.47 0.01
HSL 53.39º 0.95% 0.76% -
HSV(B) 53.39º 0.47% 0.99% -
XYZ 75.31 84.15 34.83 -
YUV 230.92 73.31 143.04 -
System Red Green Blue C M Y K H S L
Decimal 252 239 134 0 0.05 0.47 0.01 53.39 0.95 0.76
Hex FC EF 86 0 5 2F 1 35 5F 4C
Octal 374 357 206 0 5 57 1 65 137 114
Binary 11111100 11101111 10000110 0 101 101111 1 110101 1011111 1001100

Color Harmonies of #FCEF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEF86

Black with #FCEF86

Text Example


Text Example

White with #FCEF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEF86; }

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

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

background-color css

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

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

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

border-color css

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

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

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