Html Css Color HEX #FECB93 Peach-Orange

📋 copy color: '#FECB93'

red 254 ◦ green 203 ◦ blue 147

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

Shades of Peach-Orange #FECB93

Tints of Peach-Orange #FECB93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.34%

R = 42.05%
G = 33.61%
B = 24.34%

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

#FECB93 (or 0xFECB93) is known color: Peach-Orange. HEX triplet: FE, CB and 93. RGB value is (254,203,147). Sum of RGB (Red+Green+Blue) = 254+203+147=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 147 (57.81% from 255 or 24.34% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECB93 is #01346C. Grayscale: #D4D4D4. Windows color (decimal): -78957 or 9686014. OLE color: 9686014.

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

Color convert

RGB 254 203 147 -
CMYK 0 0.20 0.42 0.00
HSL 31.4º 0.98% 0.79% -
HSV(B) 31.4º 0.42% 1% -
XYZ 67.5 65.89 36.76 -
YUV 211.87 91.4 158.05 -
System Red Green Blue C M Y K H S L
Decimal 254 203 147 0 0.20 0.42 0.00 31.4 0.98 0.79
Hex FE CB 93 0 14 2A 0 1F 62 4F
Octal 376 313 223 0 24 52 0 37 142 117
Binary 11111110 11001011 10010011 0 10100 101010 0 11111 1100010 1001111

Color Harmonies of #FECB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB93

Black with #FECB93

Text Example


Text Example

White with #FECB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB93; }

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

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

background-color css

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

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

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

border-color css

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

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

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