Html Css Color HEX #FECB91 Peach-Orange

📋 copy color: '#FECB91'

red 254 ◦ green 203 ◦ blue 145

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

Shades of Peach-Orange #FECB91

Tints of Peach-Orange #FECB91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 24.09%

R = 42.19%
G = 33.72%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FECB91 (or 0xFECB91) is known color: Peach-Orange. HEX triplet: FE, CB and 91. RGB value is (254,203,145). Sum of RGB (Red+Green+Blue) = 254+203+145=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 145 (57.03% from 255 or 24.09% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECB91 is #01346E. Grayscale: #D3D3D3. Windows color (decimal): -78959 or 9554942. OLE color: 9554942.

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

Color convert

RGB 254 203 145 -
CMYK 0 0.20 0.43 0.00
HSL 31.93º 0.98% 0.78% -
HSV(B) 31.93º 0.43% 1% -
XYZ 67.34 65.83 35.94 -
YUV 211.64 90.4 158.22 -
System Red Green Blue C M Y K H S L
Decimal 254 203 145 0 0.20 0.43 0.00 31.93 0.98 0.78
Hex FE CB 91 0 14 2B 0 20 62 4E
Octal 376 313 221 0 24 53 0 40 142 116
Binary 11111110 11001011 10010001 0 10100 101011 0 100000 1100010 1001110

Color Harmonies of #FECB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB91

Black with #FECB91

Text Example


Text Example

White with #FECB91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB91; }

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

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

background-color css

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

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

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

border-color css

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

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

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