Html Css Color HEX #FECA94 Peach-Orange

📋 copy color: '#FECA94'

red 254 ◦ green 202 ◦ blue 148

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

Shades of Peach-Orange #FECA94

Tints of Peach-Orange #FECA94

RGB

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

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

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

R = 42.05%
G = 33.44%
B = 24.5%

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

#FECA94 (or 0xFECA94) is known color: Peach-Orange. HEX triplet: FE, CA and 94. RGB value is (254,202,148). Sum of RGB (Red+Green+Blue) = 254+202+148=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 148 (58.20% from 255 or 24.50% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECA94 is #01356B. Grayscale: #D3D3D3. Windows color (decimal): -79212 or 9751294. OLE color: 9751294.

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

Color convert

RGB 254 202 148 -
CMYK 0 0.20 0.42 0.00
HSL 30.57º 0.98% 0.79% -
HSV(B) 30.57º 0.42% 1% -
XYZ 67.34 65.45 37.1 -
YUV 211.39 92.23 158.39 -
System Red Green Blue C M Y K H S L
Decimal 254 202 148 0 0.20 0.42 0.00 30.57 0.98 0.79
Hex FE CA 94 0 14 2A 0 1F 62 4F
Octal 376 312 224 0 24 52 0 37 142 117
Binary 11111110 11001010 10010100 0 10100 101010 0 11111 1100010 1001111

Color Harmonies of #FECA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA94

Black with #FECA94

Text Example


Text Example

White with #FECA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA94; }

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

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

background-color css

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

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

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

border-color css

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

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

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