Html Css Color HEX #FE9140 Sunshade

📋 copy color: '#FE9140'

red 254 ◦ green 145 ◦ blue 64

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

Shades of Sunshade #FE9140

Tints of Sunshade #FE9140

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.32%

 BLUE value IS 64 (25.39% from 255) = 13.82%

R = 54.86%
G = 31.32%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FE9140 (or 0xFE9140) is known color: Sunshade. HEX triplet: FE, 91 and 40. RGB value is (254,145,64). Sum of RGB (Red+Green+Blue) = 254+145+64=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 64 (25.39% from 255 or 13.82% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9140 is #016EBF. Grayscale: #A8A8A8. Windows color (decimal): -93888 or 4231678. OLE color: 4231678.

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

Color convert

RGB 254 145 64 -
CMYK 0 0.43 0.75 0.00
HSL 25.58º 0.99% 0.62% -
HSV(B) 25.58º 0.75% 1% -
XYZ 51.92 41.69 10.16 -
YUV 168.36 69.11 189.09 -
System Red Green Blue C M Y K H S L
Decimal 254 145 64 0 0.43 0.75 0.00 25.58 0.99 0.62
Hex FE 91 40 0 2B 4B 0 1A 63 3E
Octal 376 221 100 0 53 113 0 32 143 76
Binary 11111110 10010001 1000000 0 101011 1001011 0 11010 1100011 111110

Color Harmonies of #FE9140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9140

Black with #FE9140

Text Example


Text Example

White with #FE9140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9140; }

 p { color: rgb(254,145,64); }

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

background-color css

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

 a { background-color: rgb(254,145,64); }

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

border-color css

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

 span { border-color: rgb(254,145,64); }

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