#FD5434

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

Shades of Outrageous Orange #FD5434

Tints of Outrageous Orange #FD5434

Color information

#FD5434 (or 0xFD5434) is unknown color: approx Outrageous Orange. HEX triplet: FD, 54 and 34. RGB value is (253,84,52). Sum of RGB (Red+Green+Blue) = 253+84+52=389 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.04% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 52 (20.70% from 255 or 13.37% from 389); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5434 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5434 is #02ABCB. Grayscale: #838383. Windows color (decimal): -175052 or 3429629. OLE color: 3429629.

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

Color convert

RGB2538452-
CMYK00.670.790.01
HSL9.55º98.05%59.8%-
HSV(B)9.55º79.45%99.22%-
XYZ44.327.476.22-
YUV130.8883.49215.1-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 65.04%
GREEN value IS 84 (33.20% from 255) = 21.59%
BLUE value IS 52 (20.70% from 255) = 13.37%
R=65.04%
G=21.59%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253845200.670.790.019.5598.0559.8
HexFD54340434F1a623c
Octal37512464010311711214274
Binary111111011010100110100010000111001111110101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5434; }

 p { color: rgb(253,84,52); }

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

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

 a { background-color: rgb(253,84,52); }

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

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

 span { border-color: rgb(253,84,52); }

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