Html Css Color HEX #FCEA85 Khaki

📋 copy color: '#FCEA85'

red 252 ◦ green 234 ◦ blue 133

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

Shades of Khaki #FCEA85

Tints of Khaki #FCEA85

RGB

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

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

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

R = 40.71%
G = 37.8%
B = 21.49%

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

#FCEA85 (or 0xFCEA85) is known color: Khaki. HEX triplet: FC, EA and 85. RGB value is (252,234,133). Sum of RGB (Red+Green+Blue) = 252+234+133=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 133 (52.34% from 255 or 21.49% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEA85 is #03157A. Grayscale: #E4E4E4. Windows color (decimal): -202107 or 8776444. OLE color: 8776444.

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

Color convert

RGB 252 234 133 -
CMYK 0 0.07 0.47 0.01
HSL 50.92º 0.95% 0.75% -
HSV(B) 50.92º 0.47% 0.99% -
XYZ 73.8 81.23 33.98 -
YUV 227.87 74.46 145.21 -
System Red Green Blue C M Y K H S L
Decimal 252 234 133 0 0.07 0.47 0.01 50.92 0.95 0.75
Hex FC EA 85 0 7 2F 1 33 5F 4B
Octal 374 352 205 0 7 57 1 63 137 113
Binary 11111100 11101010 10000101 0 111 101111 1 110011 1011111 1001011

Color Harmonies of #FCEA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA85

Black with #FCEA85

Text Example


Text Example

White with #FCEA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA85; }

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

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

background-color css

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

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

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

border-color css

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

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

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