Html Css Color HEX #FECE92 Peach-Orange

📋 copy color: '#FECE92'

red 254 ◦ green 206 ◦ blue 146

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

Shades of Peach-Orange #FECE92

Tints of Peach-Orange #FECE92

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.99%

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

R = 41.91%
G = 33.99%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FECE92 (or 0xFECE92) is known color: Peach-Orange. HEX triplet: FE, CE and 92. RGB value is (254,206,146). Sum of RGB (Red+Green+Blue) = 254+206+146=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 146 (57.42% from 255 or 24.09% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECE92 is #01316D. Grayscale: #D5D5D5. Windows color (decimal): -78190 or 9621246. OLE color: 9621246.

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

Color convert

RGB 254 206 146 -
CMYK 0 0.19 0.43 0.00
HSL 33.33º 0.98% 0.78% -
HSV(B) 33.33º 0.43% 1% -
XYZ 68.13 67.29 36.59 -
YUV 213.51 89.9 156.88 -
System Red Green Blue C M Y K H S L
Decimal 254 206 146 0 0.19 0.43 0.00 33.33 0.98 0.78
Hex FE CE 92 0 13 2B 0 21 62 4E
Octal 376 316 222 0 23 53 0 41 142 116
Binary 11111110 11001110 10010010 0 10011 101011 0 100001 1100010 1001110

Color Harmonies of #FECE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECE92

Black with #FECE92

Text Example


Text Example

White with #FECE92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECE92; }

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

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

background-color css

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

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

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

border-color css

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

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

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