Html Css Color HEX #FCC893 Peach-Orange

📋 copy color: '#FCC893'

red 252 ◦ green 200 ◦ blue 147

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

Shades of Peach-Orange #FCC893

Tints of Peach-Orange #FCC893

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.39%

 BLUE value IS 147 (57.81% from 255) = 24.54%

R = 42.07%
G = 33.39%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FCC893 (or 0xFCC893) is known color: Peach-Orange. HEX triplet: FC, C8 and 93. RGB value is (252,200,147). Sum of RGB (Red+Green+Blue) = 252+200+147=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 200 (78.52% from 255 or 33.39% from 599); Blue value is 147 (57.81% from 255 or 24.54% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC893 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC893 is #03376C. Grayscale: #D1D1D1. Windows color (decimal): -210797 or 9685244. OLE color: 9685244.

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

Color convert

RGB 252 200 147 -
CMYK 0 0.21 0.42 0.01
HSL 30.29º 0.95% 0.78% -
HSV(B) 30.29º 0.42% 0.99% -
XYZ 66.07 64.11 36.5 -
YUV 209.51 92.73 158.31 -
System Red Green Blue C M Y K H S L
Decimal 252 200 147 0 0.21 0.42 0.01 30.29 0.95 0.78
Hex FC C8 93 0 15 2A 1 1E 5F 4E
Octal 374 310 223 0 25 52 1 36 137 116
Binary 11111100 11001000 10010011 0 10101 101010 1 11110 1011111 1001110

Color Harmonies of #FCC893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC893

Black with #FCC893

Text Example


Text Example

White with #FCC893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC893; }

 p { color: rgb(252,200,147); }

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

background-color css

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

 a { background-color: rgb(252,200,147); }

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

border-color css

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

 span { border-color: rgb(252,200,147); }

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