Html Css Color HEX #FCC390 Peach-Orange

📋 copy color: '#FCC390'

red 252 ◦ green 195 ◦ blue 144

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

Shades of Peach-Orange #FCC390

Tints of Peach-Orange #FCC390

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.99%

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

R = 42.64%
G = 32.99%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FCC390 (or 0xFCC390) is known color: Peach-Orange. HEX triplet: FC, C3 and 90. RGB value is (252,195,144). Sum of RGB (Red+Green+Blue) = 252+195+144=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 195 (76.56% from 255 or 32.99% from 591); Blue value is 144 (56.64% from 255 or 24.37% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC390 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC390 is #033C6F. Grayscale: #CECECE. Windows color (decimal): -212080 or 9487356. OLE color: 9487356.

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

Color convert

RGB 252 195 144 -
CMYK 0 0.23 0.43 0.01
HSL 28.33º 0.95% 0.78% -
HSV(B) 28.33º 0.43% 0.99% -
XYZ 64.69 61.74 34.89 -
YUV 206.23 92.88 160.65 -
System Red Green Blue C M Y K H S L
Decimal 252 195 144 0 0.23 0.43 0.01 28.33 0.95 0.78
Hex FC C3 90 0 17 2B 1 1C 5F 4E
Octal 374 303 220 0 27 53 1 34 137 116
Binary 11111100 11000011 10010000 0 10111 101011 1 11100 1011111 1001110

Color Harmonies of #FCC390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC390

Black with #FCC390

Text Example


Text Example

White with #FCC390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC390; }

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

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

background-color css

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

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

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

border-color css

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

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

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