#FF572C

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

Shades of Outrageous Orange #FF572C

Tints of Outrageous Orange #FF572C

Color information

#FF572C (or 0xFF572C) is unknown color: approx Outrageous Orange. HEX triplet: FF, 57 and 2C. RGB value is (255,87,44). Sum of RGB (Red+Green+Blue) = 255+87+44=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 44 (17.58% from 255 or 11.40% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF572C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF572C is #00A8D3. Grayscale: #848484. Windows color (decimal): -43220 or 2906111. OLE color: 2906111.

HSL color Cylindrical-coordinate representation of color #FF572C: hue angle of 12.23º 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 #FF572C is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.

Color convert

RGB2558744-
CMYK00.660.830
HSL12.23º100%58.63%-
HSV(B)12.23º82.75%100%-
XYZ45.128.265.46-
YUV132.3378.16215.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 66.06%
GREEN value IS 87 (34.38% from 255) = 22.54%
BLUE value IS 44 (17.58% from 255) = 11.40%
R=66.06%
G=22.54%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.83
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255874400.660.83012.2310058.63
HexFF572C042530c643b
Octal37712754010212301414473
Binary111111111010111101100010000101010011011001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF572C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF572C; }

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

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

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

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

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

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

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

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