Html Css Color HEX #FEC392 Peach-Orange

📋 copy color: '#FEC392'

red 254 ◦ green 195 ◦ blue 146

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

Shades of Peach-Orange #FEC392

Tints of Peach-Orange #FEC392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.54%

R = 42.69%
G = 32.77%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FEC392 (or 0xFEC392) is known color: Peach-Orange. HEX triplet: FE, C3 and 92. RGB value is (254,195,146). Sum of RGB (Red+Green+Blue) = 254+195+146=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 195 (76.56% from 255 or 32.77% from 595); Blue value is 146 (57.42% from 255 or 24.54% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC392 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC392 is #013C6D. Grayscale: #CFCFCF. Windows color (decimal): -81006 or 9618430. OLE color: 9618430.

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

Color convert

RGB 254 195 146 -
CMYK 0 0.23 0.43 0.00
HSL 27.22º 0.98% 0.78% -
HSV(B) 27.22º 0.43% 1% -
XYZ 65.58 62.18 35.74 -
YUV 207.06 93.55 161.48 -
System Red Green Blue C M Y K H S L
Decimal 254 195 146 0 0.23 0.43 0.00 27.22 0.98 0.78
Hex FE C3 92 0 17 2B 0 1B 62 4E
Octal 376 303 222 0 27 53 0 33 142 116
Binary 11111110 11000011 10010010 0 10111 101011 0 11011 1100010 1001110

Color Harmonies of #FEC392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC392

Black with #FEC392

Text Example


Text Example

White with #FEC392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC392; }

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

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

background-color css

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

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

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

border-color css

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

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

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