Html Css Color HEX #FCEF85 Khaki

📋 copy color: '#FCEF85'

red 252 ◦ green 239 ◦ blue 133

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

Shades of Khaki #FCEF85

Tints of Khaki #FCEF85

RGB

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

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

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

R = 40.38%
G = 38.3%
B = 21.31%

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

#FCEF85 (or 0xFCEF85) is known color: Khaki. HEX triplet: FC, EF and 85. RGB value is (252,239,133). Sum of RGB (Red+Green+Blue) = 252+239+133=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 239 (93.75% from 255 or 38.30% from 624); Blue value is 133 (52.34% from 255 or 21.31% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEF85 is #03107A. Grayscale: #E7E7E7. Windows color (decimal): -200827 or 8777724. OLE color: 8777724.

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

Color convert

RGB 252 239 133 -
CMYK 0 0.05 0.47 0.01
HSL 53.45º 0.95% 0.75% -
HSV(B) 53.45º 0.47% 0.99% -
XYZ 75.25 84.12 34.46 -
YUV 230.8 72.81 143.12 -
System Red Green Blue C M Y K H S L
Decimal 252 239 133 0 0.05 0.47 0.01 53.45 0.95 0.75
Hex FC EF 85 0 5 2F 1 35 5F 4B
Octal 374 357 205 0 5 57 1 65 137 113
Binary 11111100 11101111 10000101 0 101 101111 1 110101 1011111 1001011

Color Harmonies of #FCEF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEF85

Black with #FCEF85

Text Example


Text Example

White with #FCEF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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