Html Css Color HEX #FEC18D Peach-Orange

📋 copy color: '#FEC18D'

red 254 ◦ green 193 ◦ blue 141

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

Shades of Peach-Orange #FEC18D

Tints of Peach-Orange #FEC18D

RGB

 RED value IS 254 (99.61% from 255) = 43.2%

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

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

R = 43.2%
G = 32.82%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FEC18D (or 0xFEC18D) is known color: Peach-Orange. HEX triplet: FE, C1 and 8D. RGB value is (254,193,141). Sum of RGB (Red+Green+Blue) = 254+193+141=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 141 (55.47% from 255 or 23.98% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC18D is #013E72. Grayscale: #CDCDCD. Windows color (decimal): -81523 or 9290238. OLE color: 9290238.

HSL color Cylindrical-coordinate representation of color #FEC18D: hue angle of 27.61º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEC18D is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 193 141 -
CMYK 0 0.24 0.44 0.00
HSL 27.61º 0.98% 0.77% -
HSV(B) 27.61º 0.44% 1% -
XYZ 64.75 61.13 33.59 -
YUV 205.31 91.71 162.73 -
System Red Green Blue C M Y K H S L
Decimal 254 193 141 0 0.24 0.44 0.00 27.61 0.98 0.77
Hex FE C1 8D 0 18 2C 0 1C 62 4D
Octal 376 301 215 0 30 54 0 34 142 115
Binary 11111110 11000001 10001101 0 11000 101100 0 11100 1100010 1001101

Color Harmonies of #FEC18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC18D

Black with #FEC18D

Text Example


Text Example

White with #FEC18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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