Html Css Color HEX #FCC38D Peach-Orange

📋 copy color: '#FCC38D'

red 252 ◦ green 195 ◦ blue 141

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

Shades of Peach-Orange #FCC38D

Tints of Peach-Orange #FCC38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.98%

R = 42.86%
G = 33.16%
B = 23.98%

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

#FCC38D (or 0xFCC38D) is known color: Peach-Orange. HEX triplet: FC, C3 and 8D. RGB value is (252,195,141). Sum of RGB (Red+Green+Blue) = 252+195+141=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 141 (55.47% from 255 or 23.98% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC38D is #033C72. Grayscale: #CECECE. Windows color (decimal): -212083 or 9290748. OLE color: 9290748.

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

Color convert

RGB 252 195 141 -
CMYK 0 0.23 0.44 0.01
HSL 29.19º 0.95% 0.77% -
HSV(B) 29.19º 0.44% 0.99% -
XYZ 64.47 61.65 33.7 -
YUV 205.89 91.38 160.89 -
System Red Green Blue C M Y K H S L
Decimal 252 195 141 0 0.23 0.44 0.01 29.19 0.95 0.77
Hex FC C3 8D 0 17 2C 1 1D 5F 4D
Octal 374 303 215 0 27 54 1 35 137 115
Binary 11111100 11000011 10001101 0 10111 101100 1 11101 1011111 1001101

Color Harmonies of #FCC38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC38D

Black with #FCC38D

Text Example


Text Example

White with #FCC38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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