#FC571D

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

Shades of Outrageous Orange #FC571D

Tints of Outrageous Orange #FC571D

Color information

#FC571D (or 0xFC571D) is unknown color: approx Outrageous Orange. HEX triplet: FC, 57 and 1D. RGB value is (252,87,29). Sum of RGB (Red+Green+Blue) = 252+87+29=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 29 (11.72% from 255 or 7.88% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC571D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC571D is #03A8E2. Grayscale: #828282. Windows color (decimal): -239843 or 1923068. OLE color: 1923068.

HSL color Cylindrical-coordinate representation of color #FC571D: hue angle of 15.61º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC571D is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB2528729-
CMYK00.650.880.01
HSL15.61º97.38%55.1%-
HSV(B)15.61º88.49%98.82%-
XYZ43.7727.64.18-
YUV129.7271.16215.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 68.48%
GREEN value IS 87 (34.38% from 255) = 23.64%
BLUE value IS 29 (11.72% from 255) = 7.88%
R=68.48%
G=23.64%
B=7.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252872900.650.880.0115.6197.3855.1
HexFC571D041581106137
Octal37412735010113012014167
Binary111111001010111111010100000110110001100001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC571D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC571D; }

 p { color: rgb(252,87,29); }

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

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

 a { background-color: rgb(252,87,29); }

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

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

 span { border-color: rgb(252,87,29); }

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