#F5533B

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

Shades of Sunset Orange #F5533B

Tints of Sunset Orange #F5533B

Color information

#F5533B (or 0xF5533B) is unknown color: approx Sunset Orange. HEX triplet: F5, 53 and 3B. RGB value is (245,83,59). Sum of RGB (Red+Green+Blue) = 245+83+59=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 59 (23.44% from 255 or 15.25% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F5533B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5533B is #0AACC4. Grayscale: #808080. Windows color (decimal): -699589 or 3888117. OLE color: 3888117.

HSL color Cylindrical-coordinate representation of color #F5533B: hue angle of 7.74º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5533B is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB2458359-
CMYK00.660.760.04
HSL7.74º90.29%59.61%-
HSV(B)7.74º75.92%96.08%-
XYZ41.5425.916.95-
YUV128.788.67210.95-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 63.31%
GREEN value IS 83 (32.81% from 255) = 21.45%
BLUE value IS 59 (23.44% from 255) = 15.25%
R=63.31%
G=21.45%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245835900.660.760.047.7490.2959.61
HexF5533B0424C485a3c
Octal36512373010211441013274
Binary11110101101001111101101000010100110010010001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5533B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5533B; }

 p { color: rgb(245,83,59); }

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

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

 a { background-color: rgb(245,83,59); }

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

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

 span { border-color: rgb(245,83,59); }

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