Html Css Color HEX #FCC392 Peach-Orange

📋 copy color: '#FCC392'

red 252 ◦ green 195 ◦ blue 146

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

Shades of Peach-Orange #FCC392

Tints of Peach-Orange #FCC392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.62%

R = 42.5%
G = 32.88%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FCC392 (or 0xFCC392) is known color: Peach-Orange. HEX triplet: FC, C3 and 92. RGB value is (252,195,146). Sum of RGB (Red+Green+Blue) = 252+195+146=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 195 (76.56% from 255 or 32.88% from 593); Blue value is 146 (57.42% from 255 or 24.62% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC392 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC392 is #033C6D. Grayscale: #CECECE. Windows color (decimal): -212078 or 9618428. OLE color: 9618428.

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

Color convert

RGB 252 195 146 -
CMYK 0 0.23 0.42 0.01
HSL 27.74º 0.95% 0.78% -
HSV(B) 27.74º 0.42% 0.99% -
XYZ 64.85 61.8 35.71 -
YUV 206.46 93.88 160.48 -
System Red Green Blue C M Y K H S L
Decimal 252 195 146 0 0.23 0.42 0.01 27.74 0.95 0.78
Hex FC C3 92 0 17 2A 1 1C 5F 4E
Octal 374 303 222 0 27 52 1 34 137 116
Binary 11111100 11000011 10010010 0 10111 101010 1 11100 1011111 1001110

Color Harmonies of #FCC392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC392

Black with #FCC392

Text Example


Text Example

White with #FCC392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC392; }

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

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

background-color css

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

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

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

border-color css

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

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

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