#F55A29

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

Shades of Outrageous Orange #F55A29

Tints of Outrageous Orange #F55A29

Color information

#F55A29 (or 0xF55A29) is unknown color: approx Outrageous Orange. HEX triplet: F5, 5A and 29. RGB value is (245,90,41). Sum of RGB (Red+Green+Blue) = 245+90+41=376 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.16% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 41 (16.41% from 255 or 10.90% from 376); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55A29 is #0AA5D6. Grayscale: #838383. Windows color (decimal): -697815 or 2710261. OLE color: 2710261.

HSL color Cylindrical-coordinate representation of color #F55A29: hue angle of 14.41º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F55A29 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB2459041-
CMYK00.630.830.04
HSL14.41º91.07%56.08%-
HSV(B)14.41º83.27%96.08%-
XYZ41.7126.885.09-
YUV130.7677.35209.48-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 65.16%
GREEN value IS 90 (35.55% from 255) = 23.94%
BLUE value IS 41 (16.41% from 255) = 10.90%
R=65.16%
G=23.94%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.83
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245904100.630.830.0414.4191.0756.08
HexF55A2903F534e5b38
Octal3651325107712341613370
Binary1111010110110101010010111111101001110011101011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55A29; }

 p { color: rgb(245,90,41); }

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

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

 a { background-color: rgb(245,90,41); }

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

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

 span { border-color: rgb(245,90,41); }

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