Html Css Color HEX #FCC990 Peach-Orange

📋 copy color: '#FCC990'

red 252 ◦ green 201 ◦ blue 144

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

Shades of Peach-Orange #FCC990

Tints of Peach-Orange #FCC990

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.67%

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

R = 42.21%
G = 33.67%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FCC990 (or 0xFCC990) is known color: Peach-Orange. HEX triplet: FC, C9 and 90. RGB value is (252,201,144). Sum of RGB (Red+Green+Blue) = 252+201+144=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 201 (78.91% from 255 or 33.67% from 597); Blue value is 144 (56.64% from 255 or 24.12% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC990 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC990 is #03366F. Grayscale: #D2D2D2. Windows color (decimal): -210544 or 9488892. OLE color: 9488892.

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

Color convert

RGB 252 201 144 -
CMYK 0 0.20 0.43 0.01
HSL 31.67º 0.95% 0.78% -
HSV(B) 31.67º 0.43% 0.99% -
XYZ 66.07 64.48 35.35 -
YUV 209.75 90.9 158.13 -
System Red Green Blue C M Y K H S L
Decimal 252 201 144 0 0.20 0.43 0.01 31.67 0.95 0.78
Hex FC C9 90 0 14 2B 1 20 5F 4E
Octal 374 311 220 0 24 53 1 40 137 116
Binary 11111100 11001001 10010000 0 10100 101011 1 100000 1011111 1001110

Color Harmonies of #FCC990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC990

Black with #FCC990

Text Example


Text Example

White with #FCC990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC990; }

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

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

background-color css

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

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

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

border-color css

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

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

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