Html Css Color HEX #FEC390 Peach-Orange

📋 copy color: '#FEC390'

red 254 ◦ green 195 ◦ blue 144

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

Shades of Peach-Orange #FEC390

Tints of Peach-Orange #FEC390

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.88%

 BLUE value IS 144 (56.64% from 255) = 24.28%

R = 42.83%
G = 32.88%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FEC390 (or 0xFEC390) is known color: Peach-Orange. HEX triplet: FE, C3 and 90. RGB value is (254,195,144). Sum of RGB (Red+Green+Blue) = 254+195+144=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 195 (76.56% from 255 or 32.88% from 593); Blue value is 144 (56.64% from 255 or 24.28% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC390 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC390 is #013C6F. Grayscale: #CFCFCF. Windows color (decimal): -81008 or 9487358. OLE color: 9487358.

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

Color convert

RGB 254 195 144 -
CMYK 0 0.23 0.43 0.00
HSL 27.82º 0.98% 0.78% -
HSV(B) 27.82º 0.43% 1% -
XYZ 65.42 62.11 34.93 -
YUV 206.83 92.55 161.65 -
System Red Green Blue C M Y K H S L
Decimal 254 195 144 0 0.23 0.43 0.00 27.82 0.98 0.78
Hex FE C3 90 0 17 2B 0 1C 62 4E
Octal 376 303 220 0 27 53 0 34 142 116
Binary 11111110 11000011 10010000 0 10111 101011 0 11100 1100010 1001110

Color Harmonies of #FEC390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC390

Black with #FEC390

Text Example


Text Example

White with #FEC390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC390; }

 p { color: rgb(254,195,144); }

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

background-color css

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

 a { background-color: rgb(254,195,144); }

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

border-color css

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

 span { border-color: rgb(254,195,144); }

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