#FE8530

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

Shades of Sun #FE8530

Tints of Sun #FE8530

Color information

#FE8530 (or 0xFE8530) is unknown color: approx Sun. HEX triplet: FE, 85 and 30. RGB value is (254,133,48). Sum of RGB (Red+Green+Blue) = 254+133+48=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 48 (19.14% from 255 or 11.03% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8530 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8530 is #017ACF. Grayscale: #9F9F9F. Windows color (decimal): -96976 or 3180030. OLE color: 3180030.

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

Color convert

RGB25413348-
CMYK00.480.810.00
HSL24.76º99.04%59.22%-
HSV(B)24.76º81.1%99.61%-
XYZ49.7938.067.52-
YUV159.4965.09195.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 58.39%
GREEN value IS 133 (52.34% from 255) = 30.57%
BLUE value IS 48 (19.14% from 255) = 11.03%
R=58.39%
G=30.57%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.81
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541334800.480.810.0024.7699.0459.22
HexFE853003051019633b
Octal3762056006012103114373
Binary1111111010000101110000011000010100010110011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8530; }

 p { color: rgb(254,133,48); }

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

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

 a { background-color: rgb(254,133,48); }

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

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

 span { border-color: rgb(254,133,48); }

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