#ff5330

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

Shades of Outrageous Orange #FF5330

Tints of Outrageous Orange #FF5330

Color information

#FF5330 (or 0xFF5330) is unknown color: approx Outrageous Orange. HEX triplet: FF, 53 and 30. RGB value is (255,83,48). Sum of RGB (Red+Green+Blue) = 255+83+48=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5330 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5330 is #00ACCF. Grayscale: #828282. Windows color (decimal): -44240 or 3167231. OLE color: 3167231.

HSL color Cylindrical-coordinate representation of color #FF5330: hue angle of 10.14º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF5330 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB2558348-
CMYK00.670.810
HSL10.14º100%59.41%-
HSV(B)10.14º81.18%100%-
XYZ44.8727.665.77-
YUV130.4481.48216.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 66.06%
GREEN value IS 83 (32.81% from 255) = 21.50%
BLUE value IS 48 (19.14% from 255) = 12.44%
R=66.06%
G=21.50%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.81
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255834800.670.81010.1410059.41
HexFF5330043510a643b
Octal37712360010312101214473
Binary111111111010011110000010000111010001010101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff5330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff5330; }

 p { color: rgb(255,83,48); }

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

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

 a { background-color: rgb(255,83,48); }

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

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

 span { border-color: rgb(255,83,48); }

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