Html Css Color HEX #FEC28C Peach-Orange

📋 copy color: '#FEC28C'

red 254 ◦ green 194 ◦ blue 140

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

Shades of Peach-Orange #FEC28C

Tints of Peach-Orange #FEC28C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.81%

R = 43.2%
G = 32.99%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FEC28C (or 0xFEC28C) is known color: Peach-Orange. HEX triplet: FE, C2 and 8C. RGB value is (254,194,140). Sum of RGB (Red+Green+Blue) = 254+194+140=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 140 (55.08% from 255 or 23.81% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC28C is #013D73. Grayscale: #CECECE. Windows color (decimal): -81268 or 9224958. OLE color: 9224958.

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

Color convert

RGB 254 194 140 -
CMYK 0 0.24 0.45 0.00
HSL 28.42º 0.98% 0.77% -
HSV(B) 28.42º 0.45% 1% -
XYZ 64.9 61.55 33.27 -
YUV 205.78 90.88 162.39 -
System Red Green Blue C M Y K H S L
Decimal 254 194 140 0 0.24 0.45 0.00 28.42 0.98 0.77
Hex FE C2 8C 0 18 2D 0 1C 62 4D
Octal 376 302 214 0 30 55 0 34 142 115
Binary 11111110 11000010 10001100 0 11000 101101 0 11100 1100010 1001101

Color Harmonies of #FEC28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC28C

Black with #FEC28C

Text Example


Text Example

White with #FEC28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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