Html Css Color HEX #FECB99 Peach-Orange

📋 copy color: '#FECB99'

red 254 ◦ green 203 ◦ blue 153

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

Shades of Peach-Orange #FECB99

Tints of Peach-Orange #FECB99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 25.08%

R = 41.64%
G = 33.28%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FECB99 (or 0xFECB99) is known color: Peach-Orange. HEX triplet: FE, CB and 99. RGB value is (254,203,153). Sum of RGB (Red+Green+Blue) = 254+203+153=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 153 (60.16% from 255 or 25.08% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECB99 is #013466. Grayscale: #D4D4D4. Windows color (decimal): -78951 or 10079230. OLE color: 10079230.

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

Color convert

RGB 254 203 153 -
CMYK 0 0.20 0.40 0.00
HSL 29.7º 0.98% 0.8% -
HSV(B) 29.7º 0.4% 1% -
XYZ 67.98 66.08 39.31 -
YUV 212.55 94.4 157.57 -
System Red Green Blue C M Y K H S L
Decimal 254 203 153 0 0.20 0.40 0.00 29.7 0.98 0.8
Hex FE CB 99 0 14 28 0 1E 62 50
Octal 376 313 231 0 24 50 0 36 142 120
Binary 11111110 11001011 10011001 0 10100 101000 0 11110 1100010 1010000

Color Harmonies of #FECB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB99

Black with #FECB99

Text Example


Text Example

White with #FECB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB99; }

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

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

background-color css

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

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

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

border-color css

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

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

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