Html Css Color HEX #FCEA83 Khaki

📋 copy color: '#FCEA83'

red 252 ◦ green 234 ◦ blue 131

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

Shades of Khaki #FCEA83

Tints of Khaki #FCEA83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 21.23%

R = 40.84%
G = 37.93%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FCEA83 (or 0xFCEA83) is known color: Khaki. HEX triplet: FC, EA and 83. RGB value is (252,234,131). Sum of RGB (Red+Green+Blue) = 252+234+131=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 131 (51.56% from 255 or 21.23% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEA83 is #03157C. Grayscale: #E4E4E4. Windows color (decimal): -202109 or 8645372. OLE color: 8645372.

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

Color convert

RGB 252 234 131 -
CMYK 0 0.07 0.48 0.01
HSL 51.07º 0.95% 0.75% -
HSV(B) 51.07º 0.48% 0.99% -
XYZ 73.66 81.18 33.26 -
YUV 227.64 73.46 145.38 -
System Red Green Blue C M Y K H S L
Decimal 252 234 131 0 0.07 0.48 0.01 51.07 0.95 0.75
Hex FC EA 83 0 7 30 1 33 5F 4B
Octal 374 352 203 0 7 60 1 63 137 113
Binary 11111100 11101010 10000011 0 111 110000 1 110011 1011111 1001011

Color Harmonies of #FCEA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA83

Black with #FCEA83

Text Example


Text Example

White with #FCEA83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA83; }

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

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

background-color css

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

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

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

border-color css

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

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

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