Html Css Color HEX #FCE686 Khaki

📋 copy color: '#FCE686'

red 252 ◦ green 230 ◦ blue 134

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

Shades of Khaki #FCE686

Tints of Khaki #FCE686

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.34%

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

R = 40.91%
G = 37.34%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCE686 (or 0xFCE686) is known color: Khaki. HEX triplet: FC, E6 and 86. RGB value is (252,230,134). Sum of RGB (Red+Green+Blue) = 252+230+134=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 230 (90.23% from 255 or 37.34% from 616); Blue value is 134 (52.73% from 255 or 21.75% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE686 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE686 is #031979. Grayscale: #E2E2E2. Windows color (decimal): -203130 or 8840956. OLE color: 8840956.

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

Color convert

RGB 252 230 134 -
CMYK 0 0.09 0.47 0.01
HSL 48.81º 0.95% 0.76% -
HSV(B) 48.81º 0.47% 0.99% -
XYZ 72.74 79.01 33.97 -
YUV 225.63 76.29 146.81 -
System Red Green Blue C M Y K H S L
Decimal 252 230 134 0 0.09 0.47 0.01 48.81 0.95 0.76
Hex FC E6 86 0 9 2F 1 31 5F 4C
Octal 374 346 206 0 11 57 1 61 137 114
Binary 11111100 11100110 10000110 0 1001 101111 1 110001 1011111 1001100

Color Harmonies of #FCE686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE686

Black with #FCE686

Text Example


Text Example

White with #FCE686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE686; }

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

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

background-color css

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

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

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

border-color css

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

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

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