Html Css Color HEX #FCC393 Peach-Orange

📋 copy color: '#FCC393'

red 252 ◦ green 195 ◦ blue 147

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

Shades of Peach-Orange #FCC393

Tints of Peach-Orange #FCC393

RGB

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

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

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

R = 42.42%
G = 32.83%
B = 24.75%

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

#FCC393 (or 0xFCC393) is known color: Peach-Orange. HEX triplet: FC, C3 and 93. RGB value is (252,195,147). Sum of RGB (Red+Green+Blue) = 252+195+147=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 195 (76.56% from 255 or 32.83% from 594); Blue value is 147 (57.81% from 255 or 24.75% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC393 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC393 is #033C6C. Grayscale: #CECECE. Windows color (decimal): -212077 or 9683964. OLE color: 9683964.

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

Color convert

RGB 252 195 147 -
CMYK 0 0.23 0.42 0.01
HSL 27.43º 0.95% 0.78% -
HSV(B) 27.43º 0.42% 0.99% -
XYZ 64.93 61.83 36.12 -
YUV 206.57 94.38 160.4 -
System Red Green Blue C M Y K H S L
Decimal 252 195 147 0 0.23 0.42 0.01 27.43 0.95 0.78
Hex FC C3 93 0 17 2A 1 1B 5F 4E
Octal 374 303 223 0 27 52 1 33 137 116
Binary 11111100 11000011 10010011 0 10111 101010 1 11011 1011111 1001110

Color Harmonies of #FCC393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC393

Black with #FCC393

Text Example


Text Example

White with #FCC393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC393; }

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

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

background-color css

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

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

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

border-color css

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

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

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