Html Css Color HEX #FEC692 Peach-Orange

📋 copy color: '#FEC692'

red 254 ◦ green 198 ◦ blue 146

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

Shades of Peach-Orange #FEC692

Tints of Peach-Orange #FEC692

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.11%

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

R = 42.47%
G = 33.11%
B = 24.41%

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

#FEC692 (or 0xFEC692) is known color: Peach-Orange. HEX triplet: FE, C6 and 92. RGB value is (254,198,146). Sum of RGB (Red+Green+Blue) = 254+198+146=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 198 (77.73% from 255 or 33.11% from 598); Blue value is 146 (57.42% from 255 or 24.41% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC692 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC692 is #01396D. Grayscale: #D1D1D1. Windows color (decimal): -80238 or 9619198. OLE color: 9619198.

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

Color convert

RGB 254 198 146 -
CMYK 0 0.22 0.43 0.00
HSL 28.89º 0.98% 0.78% -
HSV(B) 28.89º 0.43% 1% -
XYZ 66.26 63.53 35.97 -
YUV 208.82 92.55 160.23 -
System Red Green Blue C M Y K H S L
Decimal 254 198 146 0 0.22 0.43 0.00 28.89 0.98 0.78
Hex FE C6 92 0 16 2B 0 1D 62 4E
Octal 376 306 222 0 26 53 0 35 142 116
Binary 11111110 11000110 10010010 0 10110 101011 0 11101 1100010 1001110

Color Harmonies of #FEC692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC692

Black with #FEC692

Text Example


Text Example

White with #FEC692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC692; }

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

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

background-color css

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

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

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

border-color css

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

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

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