Html Css Color HEX #FCEB85 Khaki

📋 copy color: '#FCEB85'

red 252 ◦ green 235 ◦ blue 133

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

Shades of Khaki #FCEB85

Tints of Khaki #FCEB85

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.9%

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

R = 40.65%
G = 37.9%
B = 21.45%

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

#FCEB85 (or 0xFCEB85) is known color: Khaki. HEX triplet: FC, EB and 85. RGB value is (252,235,133). Sum of RGB (Red+Green+Blue) = 252+235+133=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 133 (52.34% from 255 or 21.45% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEB85 is #03147A. Grayscale: #E4E4E4. Windows color (decimal): -201851 or 8776700. OLE color: 8776700.

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

Color convert

RGB 252 235 133 -
CMYK 0 0.07 0.47 0.01
HSL 51.43º 0.95% 0.75% -
HSV(B) 51.43º 0.47% 0.99% -
XYZ 74.09 81.81 34.08 -
YUV 228.46 74.13 144.79 -
System Red Green Blue C M Y K H S L
Decimal 252 235 133 0 0.07 0.47 0.01 51.43 0.95 0.75
Hex FC EB 85 0 7 2F 1 33 5F 4B
Octal 374 353 205 0 7 57 1 63 137 113
Binary 11111100 11101011 10000101 0 111 101111 1 110011 1011111 1001011

Color Harmonies of #FCEB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEB85

Black with #FCEB85

Text Example


Text Example

White with #FCEB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEB85; }

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

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

background-color css

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

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

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

border-color css

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

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

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