Html Css Color HEX #FEC792 Peach-Orange

📋 copy color: '#FEC792'

red 254 ◦ green 199 ◦ blue 146

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

Shades of Peach-Orange #FEC792

Tints of Peach-Orange #FEC792

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.22%

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

R = 42.4%
G = 33.22%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FEC792 (or 0xFEC792) is known color: Peach-Orange. HEX triplet: FE, C7 and 92. RGB value is (254,199,146). Sum of RGB (Red+Green+Blue) = 254+199+146=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 199 (78.12% from 255 or 33.22% from 599); Blue value is 146 (57.42% from 255 or 24.37% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC792 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC792 is #01386D. Grayscale: #D1D1D1. Windows color (decimal): -79982 or 9619454. OLE color: 9619454.

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

Color convert

RGB 254 199 146 -
CMYK 0 0.22 0.43 0.00
HSL 29.44º 0.98% 0.78% -
HSV(B) 29.44º 0.43% 1% -
XYZ 66.48 63.99 36.04 -
YUV 209.4 92.22 159.81 -
System Red Green Blue C M Y K H S L
Decimal 254 199 146 0 0.22 0.43 0.00 29.44 0.98 0.78
Hex FE C7 92 0 16 2B 0 1D 62 4E
Octal 376 307 222 0 26 53 0 35 142 116
Binary 11111110 11000111 10010010 0 10110 101011 0 11101 1100010 1001110

Color Harmonies of #FEC792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC792

Black with #FEC792

Text Example


Text Example

White with #FEC792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC792; }

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

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

background-color css

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

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

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

border-color css

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

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

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