Html Css Color HEX #FECB94 Peach-Orange

📋 copy color: '#FECB94'

red 254 ◦ green 203 ◦ blue 148

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

Shades of Peach-Orange #FECB94

Tints of Peach-Orange #FECB94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.46%

R = 41.98%
G = 33.55%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FECB94 (or 0xFECB94) is known color: Peach-Orange. HEX triplet: FE, CB and 94. RGB value is (254,203,148). Sum of RGB (Red+Green+Blue) = 254+203+148=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 148 (58.20% from 255 or 24.46% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECB94 is #01346B. Grayscale: #D4D4D4. Windows color (decimal): -78956 or 9751550. OLE color: 9751550.

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

Color convert

RGB 254 203 148 -
CMYK 0 0.20 0.42 0.00
HSL 31.13º 0.98% 0.79% -
HSV(B) 31.13º 0.42% 1% -
XYZ 67.57 65.92 37.18 -
YUV 211.98 91.9 157.97 -
System Red Green Blue C M Y K H S L
Decimal 254 203 148 0 0.20 0.42 0.00 31.13 0.98 0.79
Hex FE CB 94 0 14 2A 0 1F 62 4F
Octal 376 313 224 0 24 52 0 37 142 117
Binary 11111110 11001011 10010100 0 10100 101010 0 11111 1100010 1001111

Color Harmonies of #FECB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB94

Black with #FECB94

Text Example


Text Example

White with #FECB94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB94; }

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

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

background-color css

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

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

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

border-color css

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

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

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