#FD5C2B

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

Shades of Outrageous Orange #FD5C2B

Tints of Outrageous Orange #FD5C2B

Color information

#FD5C2B (or 0xFD5C2B) is unknown color: approx Outrageous Orange. HEX triplet: FD, 5C and 2B. RGB value is (253,92,43). Sum of RGB (Red+Green+Blue) = 253+92+43=388 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.21% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 43 (17.19% from 255 or 11.08% from 388); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5C2B is #02A3D4. Grayscale: #868686. Windows color (decimal): -173013 or 2841853. OLE color: 2841853.

HSL color Cylindrical-coordinate representation of color #FD5C2B: hue angle of 14º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD5C2B is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB2539243-
CMYK00.640.830.01
HSL14º98.13%58.04%-
HSV(B)14º83%99.22%-
XYZ44.7728.715.47-
YUV134.5576.34212.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 65.21%
GREEN value IS 92 (36.33% from 255) = 23.71%
BLUE value IS 43 (17.19% from 255) = 11.08%
R=65.21%
G=23.71%
B=11.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.83
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253924300.640.830.011498.1358.04
HexFD5C2B040531e623a
Octal37513453010012311614272
Binary111111011011100101011010000001010011111101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5C2B; }

 p { color: rgb(253,92,43); }

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

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

 a { background-color: rgb(253,92,43); }

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

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

 span { border-color: rgb(253,92,43); }

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