Html Css Color HEX #FCE786 Khaki

📋 copy color: '#FCE786'

red 252 ◦ green 231 ◦ blue 134

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

Shades of Khaki #FCE786

Tints of Khaki #FCE786

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.44%

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

R = 40.84%
G = 37.44%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCE786 (or 0xFCE786) is known color: Khaki. HEX triplet: FC, E7 and 86. RGB value is (252,231,134). Sum of RGB (Red+Green+Blue) = 252+231+134=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 231 (90.62% from 255 or 37.44% from 617); Blue value is 134 (52.73% from 255 or 21.72% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE786 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE786 is #031879. Grayscale: #E2E2E2. Windows color (decimal): -202874 or 8841212. OLE color: 8841212.

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

Color convert

RGB 252 231 134 -
CMYK 0 0.08 0.47 0.01
HSL 49.32º 0.95% 0.76% -
HSV(B) 49.32º 0.47% 0.99% -
XYZ 73.02 79.57 34.06 -
YUV 226.22 75.96 146.39 -
System Red Green Blue C M Y K H S L
Decimal 252 231 134 0 0.08 0.47 0.01 49.32 0.95 0.76
Hex FC E7 86 0 8 2F 1 31 5F 4C
Octal 374 347 206 0 10 57 1 61 137 114
Binary 11111100 11100111 10000110 0 1000 101111 1 110001 1011111 1001100

Color Harmonies of #FCE786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE786

Black with #FCE786

Text Example


Text Example

White with #FCE786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE786; }

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

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

background-color css

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

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

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

border-color css

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

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

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