#FF552C

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

Shades of Outrageous Orange #FF552C

Tints of Outrageous Orange #FF552C

Color information

#FF552C (or 0xFF552C) is unknown color: approx Outrageous Orange. HEX triplet: FF, 55 and 2C. RGB value is (255,85,44). Sum of RGB (Red+Green+Blue) = 255+85+44=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 44 (17.58% from 255 or 11.46% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF552C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF552C is #00AAD3. Grayscale: #838383. Windows color (decimal): -43732 or 2905599. OLE color: 2905599.

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

Color convert

RGB2558544-
CMYK00.670.830
HSL11.66º100%58.63%-
HSV(B)11.66º82.75%100%-
XYZ44.9427.945.41-
YUV131.1678.82216.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 66.41%
GREEN value IS 85 (33.59% from 255) = 22.14%
BLUE value IS 44 (17.58% from 255) = 11.46%
R=66.41%
G=22.14%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.83
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255854400.670.83011.6610058.63
HexFF552C043530c643b
Octal37712554010312301414473
Binary111111111010101101100010000111010011011001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF552C; }

 p { color: rgb(255,85,44); }

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

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

 a { background-color: rgb(255,85,44); }

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

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

 span { border-color: rgb(255,85,44); }

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