Html Css Color HEX #FEC28E Peach-Orange

📋 copy color: '#FEC28E'

red 254 ◦ green 194 ◦ blue 142

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

Shades of Peach-Orange #FEC28E

Tints of Peach-Orange #FEC28E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.88%

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

R = 43.05%
G = 32.88%
B = 24.07%

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

#FEC28E (or 0xFEC28E) is known color: Peach-Orange. HEX triplet: FE, C2 and 8E. RGB value is (254,194,142). Sum of RGB (Red+Green+Blue) = 254+194+142=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 142 (55.86% from 255 or 24.07% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC28E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC28E is #013D71. Grayscale: #CECECE. Windows color (decimal): -81266 or 9356030. OLE color: 9356030.

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

Color convert

RGB 254 194 142 -
CMYK 0 0.24 0.44 0.00
HSL 27.86º 0.98% 0.78% -
HSV(B) 27.86º 0.44% 1% -
XYZ 65.05 61.61 34.05 -
YUV 206.01 91.88 162.23 -
System Red Green Blue C M Y K H S L
Decimal 254 194 142 0 0.24 0.44 0.00 27.86 0.98 0.78
Hex FE C2 8E 0 18 2C 0 1C 62 4E
Octal 376 302 216 0 30 54 0 34 142 116
Binary 11111110 11000010 10001110 0 11000 101100 0 11100 1100010 1001110

Color Harmonies of #FEC28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC28E

Black with #FEC28E

Text Example


Text Example

White with #FEC28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC28E; }

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

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

background-color css

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

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

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

border-color css

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

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

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