Html Css Color HEX #FECB96 Peach-Orange

📋 copy color: '#FECB96'

red 254 ◦ green 203 ◦ blue 150

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

Shades of Peach-Orange #FECB96

Tints of Peach-Orange #FECB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.71%

R = 41.85%
G = 33.44%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FECB96 (or 0xFECB96) is known color: Peach-Orange. HEX triplet: FE, CB and 96. RGB value is (254,203,150). Sum of RGB (Red+Green+Blue) = 254+203+150=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 150 (58.98% from 255 or 24.71% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECB96 is #013469. Grayscale: #D4D4D4. Windows color (decimal): -78954 or 9882622. OLE color: 9882622.

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

Color convert

RGB 254 203 150 -
CMYK 0 0.20 0.41 0.00
HSL 30.58º 0.98% 0.79% -
HSV(B) 30.58º 0.41% 1% -
XYZ 67.73 65.98 38.02 -
YUV 212.21 92.9 157.81 -
System Red Green Blue C M Y K H S L
Decimal 254 203 150 0 0.20 0.41 0.00 30.58 0.98 0.79
Hex FE CB 96 0 14 29 0 1F 62 4F
Octal 376 313 226 0 24 51 0 37 142 117
Binary 11111110 11001011 10010110 0 10100 101001 0 11111 1100010 1001111

Color Harmonies of #FECB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB96

Black with #FECB96

Text Example


Text Example

White with #FECB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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