Html Css Color HEX #FCE985 Khaki

📋 copy color: '#FCE985'

red 252 ◦ green 233 ◦ blue 133

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

Shades of Khaki #FCE985

Tints of Khaki #FCE985

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.7%

 BLUE value IS 133 (52.34% from 255) = 21.52%

R = 40.78%
G = 37.7%
B = 21.52%

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

#FCE985 (or 0xFCE985) is known color: Khaki. HEX triplet: FC, E9 and 85. RGB value is (252,233,133). Sum of RGB (Red+Green+Blue) = 252+233+133=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 233 (91.41% from 255 or 37.70% from 618); Blue value is 133 (52.34% from 255 or 21.52% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE985 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE985 is #03167A. Grayscale: #E3E3E3. Windows color (decimal): -202363 or 8776188. OLE color: 8776188.

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

Color convert

RGB 252 233 133 -
CMYK 0 0.08 0.47 0.01
HSL 50.42º 0.95% 0.75% -
HSV(B) 50.42º 0.47% 0.99% -
XYZ 73.52 80.67 33.89 -
YUV 227.28 74.79 145.63 -
System Red Green Blue C M Y K H S L
Decimal 252 233 133 0 0.08 0.47 0.01 50.42 0.95 0.75
Hex FC E9 85 0 8 2F 1 32 5F 4B
Octal 374 351 205 0 10 57 1 62 137 113
Binary 11111100 11101001 10000101 0 1000 101111 1 110010 1011111 1001011

Color Harmonies of #FCE985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE985

Black with #FCE985

Text Example


Text Example

White with #FCE985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE985; }

 p { color: rgb(252,233,133); }

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

background-color css

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

 a { background-color: rgb(252,233,133); }

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

border-color css

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

 span { border-color: rgb(252,233,133); }

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