Html Css Color HEX #FEC992 Peach-Orange

📋 copy color: '#FEC992'

red 254 ◦ green 201 ◦ blue 146

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

Shades of Peach-Orange #FEC992

Tints of Peach-Orange #FEC992

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.44%

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

R = 42.26%
G = 33.44%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FEC992 (or 0xFEC992) is known color: Peach-Orange. HEX triplet: FE, C9 and 92. RGB value is (254,201,146). Sum of RGB (Red+Green+Blue) = 254+201+146=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 146 (57.42% from 255 or 24.29% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC992 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC992 is #01366D. Grayscale: #D2D2D2. Windows color (decimal): -79470 or 9619966. OLE color: 9619966.

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

Color convert

RGB 254 201 146 -
CMYK 0 0.21 0.43 0.00
HSL 30.56º 0.98% 0.78% -
HSV(B) 30.56º 0.43% 1% -
XYZ 66.95 64.92 36.2 -
YUV 210.58 91.56 158.97 -
System Red Green Blue C M Y K H S L
Decimal 254 201 146 0 0.21 0.43 0.00 30.56 0.98 0.78
Hex FE C9 92 0 15 2B 0 1F 62 4E
Octal 376 311 222 0 25 53 0 37 142 116
Binary 11111110 11001001 10010010 0 10101 101011 0 11111 1100010 1001110

Color Harmonies of #FEC992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC992

Black with #FEC992

Text Example


Text Example

White with #FEC992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC992; }

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

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

background-color css

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

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

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

border-color css

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

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

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