Html Css Color HEX #FCC18D Peach-Orange

📋 copy color: '#FCC18D'

red 252 ◦ green 193 ◦ blue 141

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

Shades of Peach-Orange #FCC18D

Tints of Peach-Orange #FCC18D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.94%

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

R = 43%
G = 32.94%
B = 24.06%

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

#FCC18D (or 0xFCC18D) is known color: Peach-Orange. HEX triplet: FC, C1 and 8D. RGB value is (252,193,141). Sum of RGB (Red+Green+Blue) = 252+193+141=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 141 (55.47% from 255 or 24.06% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC18D is #033E72. Grayscale: #CCCCCC. Windows color (decimal): -212595 or 9290236. OLE color: 9290236.

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

Color convert

RGB 252 193 141 -
CMYK 0 0.23 0.44 0.01
HSL 28.11º 0.95% 0.77% -
HSV(B) 28.11º 0.44% 0.99% -
XYZ 64.02 60.76 33.55 -
YUV 204.71 92.05 161.73 -
System Red Green Blue C M Y K H S L
Decimal 252 193 141 0 0.23 0.44 0.01 28.11 0.95 0.77
Hex FC C1 8D 0 17 2C 1 1C 5F 4D
Octal 374 301 215 0 27 54 1 34 137 115
Binary 11111100 11000001 10001101 0 10111 101100 1 11100 1011111 1001101

Color Harmonies of #FCC18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC18D

Black with #FCC18D

Text Example


Text Example

White with #FCC18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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