Html Css Color HEX #FCC38E Peach-Orange

📋 copy color: '#FCC38E'

red 252 ◦ green 195 ◦ blue 142

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

Shades of Peach-Orange #FCC38E

Tints of Peach-Orange #FCC38E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.11%

R = 42.78%
G = 33.11%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCC38E (or 0xFCC38E) is known color: Peach-Orange. HEX triplet: FC, C3 and 8E. RGB value is (252,195,142). Sum of RGB (Red+Green+Blue) = 252+195+142=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 142 (55.86% from 255 or 24.11% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC38E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC38E is #033C71. Grayscale: #CECECE. Windows color (decimal): -212082 or 9356284. OLE color: 9356284.

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

Color convert

RGB 252 195 142 -
CMYK 0 0.23 0.44 0.01
HSL 28.91º 0.95% 0.77% -
HSV(B) 28.91º 0.44% 0.99% -
XYZ 64.54 61.68 34.09 -
YUV 206 91.88 160.81 -
System Red Green Blue C M Y K H S L
Decimal 252 195 142 0 0.23 0.44 0.01 28.91 0.95 0.77
Hex FC C3 8E 0 17 2C 1 1D 5F 4D
Octal 374 303 216 0 27 54 1 35 137 115
Binary 11111100 11000011 10001110 0 10111 101100 1 11101 1011111 1001101

Color Harmonies of #FCC38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC38E

Black with #FCC38E

Text Example


Text Example

White with #FCC38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC38E; }

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

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

background-color css

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

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

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

border-color css

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

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

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