Html Css Color HEX #FCC890 Peach-Orange

📋 copy color: '#FCC890'

red 252 ◦ green 200 ◦ blue 144

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

Shades of Peach-Orange #FCC890

Tints of Peach-Orange #FCC890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.16%

R = 42.28%
G = 33.56%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FCC890 (or 0xFCC890) is known color: Peach-Orange. HEX triplet: FC, C8 and 90. RGB value is (252,200,144). Sum of RGB (Red+Green+Blue) = 252+200+144=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 200 (78.52% from 255 or 33.56% from 596); Blue value is 144 (56.64% from 255 or 24.16% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC890 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC890 is #03376F. Grayscale: #D1D1D1. Windows color (decimal): -210800 or 9488636. OLE color: 9488636.

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

Color convert

RGB 252 200 144 -
CMYK 0 0.21 0.43 0.01
HSL 31.11º 0.95% 0.78% -
HSV(B) 31.11º 0.43% 0.99% -
XYZ 65.83 64.02 35.27 -
YUV 209.16 91.23 158.55 -
System Red Green Blue C M Y K H S L
Decimal 252 200 144 0 0.21 0.43 0.01 31.11 0.95 0.78
Hex FC C8 90 0 15 2B 1 1F 5F 4E
Octal 374 310 220 0 25 53 1 37 137 116
Binary 11111100 11001000 10010000 0 10101 101011 1 11111 1011111 1001110

Color Harmonies of #FCC890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC890

Black with #FCC890

Text Example


Text Example

White with #FCC890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC890; }

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

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

background-color css

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

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

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

border-color css

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

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

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