Html Css Color HEX #FEC492 Peach-Orange

📋 copy color: '#FEC492'

red 254 ◦ green 196 ◦ blue 146

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

Shades of Peach-Orange #FEC492

Tints of Peach-Orange #FEC492

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.89%

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

R = 42.62%
G = 32.89%
B = 24.5%

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

#FEC492 (or 0xFEC492) is known color: Peach-Orange. HEX triplet: FE, C4 and 92. RGB value is (254,196,146). Sum of RGB (Red+Green+Blue) = 254+196+146=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 196 (76.95% from 255 or 32.89% from 596); Blue value is 146 (57.42% from 255 or 24.50% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC492 is #013B6D. Grayscale: #CFCFCF. Windows color (decimal): -80750 or 9618686. OLE color: 9618686.

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

Color convert

RGB 254 196 146 -
CMYK 0 0.23 0.43 0.00
HSL 27.78º 0.98% 0.78% -
HSV(B) 27.78º 0.43% 1% -
XYZ 65.8 62.63 35.81 -
YUV 207.64 93.22 161.07 -
System Red Green Blue C M Y K H S L
Decimal 254 196 146 0 0.23 0.43 0.00 27.78 0.98 0.78
Hex FE C4 92 0 17 2B 0 1C 62 4E
Octal 376 304 222 0 27 53 0 34 142 116
Binary 11111110 11000100 10010010 0 10111 101011 0 11100 1100010 1001110

Color Harmonies of #FEC492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC492

Black with #FEC492

Text Example


Text Example

White with #FEC492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC492; }

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

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

background-color css

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

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

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

border-color css

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

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

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