Html Css Color HEX #FECA93 Peach-Orange

📋 copy color: '#FECA93'

red 254 ◦ green 202 ◦ blue 147

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

Shades of Peach-Orange #FECA93

Tints of Peach-Orange #FECA93

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.5%

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

R = 42.12%
G = 33.5%
B = 24.38%

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

#FECA93 (or 0xFECA93) is known color: Peach-Orange. HEX triplet: FE, CA and 93. RGB value is (254,202,147). Sum of RGB (Red+Green+Blue) = 254+202+147=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 147 (57.81% from 255 or 24.38% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECA93 is #01356C. Grayscale: #D3D3D3. Windows color (decimal): -79213 or 9685758. OLE color: 9685758.

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

Color convert

RGB 254 202 147 -
CMYK 0 0.20 0.42 0.00
HSL 30.84º 0.98% 0.79% -
HSV(B) 30.84º 0.42% 1% -
XYZ 67.26 65.42 36.69 -
YUV 211.28 91.73 158.47 -
System Red Green Blue C M Y K H S L
Decimal 254 202 147 0 0.20 0.42 0.00 30.84 0.98 0.79
Hex FE CA 93 0 14 2A 0 1F 62 4F
Octal 376 312 223 0 24 52 0 37 142 117
Binary 11111110 11001010 10010011 0 10100 101010 0 11111 1100010 1001111

Color Harmonies of #FECA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA93

Black with #FECA93

Text Example


Text Example

White with #FECA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA93; }

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

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

background-color css

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

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

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

border-color css

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

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

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