Html Css Color HEX #FECB9A Peach-Orange

📋 copy color: '#FECB9A'

red 254 ◦ green 203 ◦ blue 154

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

Shades of Peach-Orange #FECB9A

Tints of Peach-Orange #FECB9A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.22%

 BLUE value IS 154 (60.55% from 255) = 25.2%

R = 41.57%
G = 33.22%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FECB9A (or 0xFECB9A) is known color: Peach-Orange. HEX triplet: FE, CB and 9A. RGB value is (254,203,154). Sum of RGB (Red+Green+Blue) = 254+203+154=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 154 (60.55% from 255 or 25.20% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECB9A is #013465. Grayscale: #D4D4D4. Windows color (decimal): -78950 or 10144766. OLE color: 10144766.

HSL color Cylindrical-coordinate representation of color #FECB9A: hue angle of 29.4º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FECB9A is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 203 154 -
CMYK 0 0.20 0.39 0.00
HSL 29.4º 0.98% 0.8% -
HSV(B) 29.4º 0.39% 1% -
XYZ 68.06 66.12 39.75 -
YUV 212.66 94.9 157.48 -
System Red Green Blue C M Y K H S L
Decimal 254 203 154 0 0.20 0.39 0.00 29.4 0.98 0.8
Hex FE CB 9A 0 14 27 0 1D 62 50
Octal 376 313 232 0 24 47 0 35 142 120
Binary 11111110 11001011 10011010 0 10100 100111 0 11101 1100010 1010000

Color Harmonies of #FECB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB9A

Black with #FECB9A

Text Example


Text Example

White with #FECB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB9A; }

 p { color: rgb(254,203,154); }

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

background-color css

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

 a { background-color: rgb(254,203,154); }

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

border-color css

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

 span { border-color: rgb(254,203,154); }

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