#FD5F3B

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

Shades of Outrageous Orange #FD5F3B

Tints of Outrageous Orange #FD5F3B

Color information

#FD5F3B (or 0xFD5F3B) is unknown color: approx Outrageous Orange. HEX triplet: FD, 5F and 3B. RGB value is (253,95,59). Sum of RGB (Red+Green+Blue) = 253+95+59=407 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.16% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 59 (23.44% from 255 or 14.50% from 407); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5F3B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5F3B is #02A0C4. Grayscale: #8A8A8A. Windows color (decimal): -172229 or 3891197. OLE color: 3891197.

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

Color convert

RGB2539559-
CMYK00.620.770.01
HSL11.13º97.98%61.18%-
HSV(B)11.13º76.68%99.22%-
XYZ45.3929.387.42-
YUV138.1483.35209.93-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 62.16%
GREEN value IS 95 (37.5% from 255) = 23.34%
BLUE value IS 59 (23.44% from 255) = 14.50%
R=62.16%
G=23.34%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.77
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253955900.620.770.0111.1397.9861.18
HexFD5F3B03E4D1b623d
Octal3751377307611511314275
Binary11111101101111111101101111101001101110111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5F3B; }

 p { color: rgb(253,95,59); }

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

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

 a { background-color: rgb(253,95,59); }

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

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

 span { border-color: rgb(253,95,59); }

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