Html Css Color HEX #FEC38E Peach-Orange

📋 copy color: '#FEC38E'

red 254 ◦ green 195 ◦ blue 142

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

Shades of Peach-Orange #FEC38E

Tints of Peach-Orange #FEC38E

RGB

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

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

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

R = 42.98%
G = 32.99%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FEC38E (or 0xFEC38E) is known color: Peach-Orange. HEX triplet: FE, C3 and 8E. RGB value is (254,195,142). Sum of RGB (Red+Green+Blue) = 254+195+142=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 195 (76.56% from 255 or 32.99% from 591); Blue value is 142 (55.86% from 255 or 24.03% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC38E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC38E is #013C71. Grayscale: #CECECE. Windows color (decimal): -81010 or 9356286. OLE color: 9356286.

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

Color convert

RGB 254 195 142 -
CMYK 0 0.23 0.44 0.00
HSL 28.39º 0.98% 0.78% -
HSV(B) 28.39º 0.44% 1% -
XYZ 65.27 62.05 34.13 -
YUV 206.6 91.55 161.81 -
System Red Green Blue C M Y K H S L
Decimal 254 195 142 0 0.23 0.44 0.00 28.39 0.98 0.78
Hex FE C3 8E 0 17 2C 0 1C 62 4E
Octal 376 303 216 0 27 54 0 34 142 116
Binary 11111110 11000011 10001110 0 10111 101100 0 11100 1100010 1001110

Color Harmonies of #FEC38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC38E

Black with #FEC38E

Text Example


Text Example

White with #FEC38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC38E; }

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

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

background-color css

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

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

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

border-color css

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

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

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