#FE9250

Color #FE9250 Sunshade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunshade #FE9250

Tints of Sunshade #FE9250

Color information

#FE9250 (or 0xFE9250) is unknown color: approx Sunshade. HEX triplet: FE, 92 and 50. RGB value is (254,146,80). Sum of RGB (Red+Green+Blue) = 254+146+80=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 80 (31.64% from 255 or 16.67% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9250 is #016DAF. Grayscale: #ABABAB. Windows color (decimal): -93616 or 5280510. OLE color: 5280510.

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

Color convert

RGB25414680-
CMYK00.430.690.00
HSL22.76º98.86%65.49%-
HSV(B)22.76º68.5%99.61%-
XYZ52.642.2112.96-
YUV170.7776.78187.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.92%
GREEN value IS 146 (57.42% from 255) = 30.42%
BLUE value IS 80 (31.64% from 255) = 16.67%
R=52.92%
G=30.42%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541468000.430.690.0022.7698.8665.49
HexFE925002B450176341
Octal376222120053105027143101
Binary111111101001001010100000101011100010101011111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9250; }

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

 H1.HeaderClassName
 {
   color: #FE9250;
 }
 .AnyTagClassName
 {
   color: #FE9250;
 }
</style>
background-color css

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

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

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

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

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

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