Html Css Color HEX #FE954E Sunshade

📋 copy color: '#FE954E'

red 254 ◦ green 149 ◦ blue 78

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

Shades of Sunshade #FE954E

Tints of Sunshade #FE954E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.98%

 BLUE value IS 78 (30.86% from 255) = 16.22%

R = 52.81%
G = 30.98%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE954E (or 0xFE954E) is known color: Sunshade. HEX triplet: FE, 95 and 4E. RGB value is (254,149,78). Sum of RGB (Red+Green+Blue) = 254+149+78=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 78 (30.86% from 255 or 16.22% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE954E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE954E is #016AB1. Grayscale: #ACACAC. Windows color (decimal): -92850 or 5150206. OLE color: 5150206.

HSL color Cylindrical-coordinate representation of color #FE954E: hue angle of 24.2º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE954E is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 149 78 -
CMYK 0 0.41 0.69 0.00
HSL 24.2º 0.99% 0.65% -
HSV(B) 24.2º 0.69% 1% -
XYZ 53 43.12 12.74 -
YUV 172.3 74.79 186.27 -
System Red Green Blue C M Y K H S L
Decimal 254 149 78 0 0.41 0.69 0.00 24.2 0.99 0.65
Hex FE 95 4E 0 29 45 0 18 63 41
Octal 376 225 116 0 51 105 0 30 143 101
Binary 11111110 10010101 1001110 0 101001 1000101 0 11000 1100011 1000001

Color Harmonies of #FE954E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE954E

Black with #FE954E

Text Example


Text Example

White with #FE954E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE954E; }

 p { color: rgb(254,149,78); }

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

background-color css

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

 a { background-color: rgb(254,149,78); }

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

border-color css

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

 span { border-color: rgb(254,149,78); }

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