Html Css Color HEX #FE9350 Sunshade

📋 copy color: '#FE9350'

red 254 ◦ green 147 ◦ blue 80

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

Shades of Sunshade #FE9350

Tints of Sunshade #FE9350

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.56%

 BLUE value IS 80 (31.64% from 255) = 16.63%

R = 52.81%
G = 30.56%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE9350 (or 0xFE9350) is known color: Sunshade. HEX triplet: FE, 93 and 50. RGB value is (254,147,80). Sum of RGB (Red+Green+Blue) = 254+147+80=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 80 (31.64% from 255 or 16.63% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9350 is #016CAF. Grayscale: #ABABAB. Windows color (decimal): -93360 or 5280766. OLE color: 5280766.

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

Color convert

RGB 254 147 80 -
CMYK 0 0.42 0.69 0.00
HSL 23.1º 0.99% 0.65% -
HSV(B) 23.1º 0.69% 1% -
XYZ 52.75 42.52 13.02 -
YUV 171.36 76.45 186.95 -
System Red Green Blue C M Y K H S L
Decimal 254 147 80 0 0.42 0.69 0.00 23.1 0.99 0.65
Hex FE 93 50 0 2A 45 0 17 63 41
Octal 376 223 120 0 52 105 0 27 143 101
Binary 11111110 10010011 1010000 0 101010 1000101 0 10111 1100011 1000001

Color Harmonies of #FE9350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9350

Black with #FE9350

Text Example


Text Example

White with #FE9350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9350; }

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

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

background-color css

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

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

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

border-color css

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

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

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