#FF5233

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

Shades of Outrageous Orange #FF5233

Tints of Outrageous Orange #FF5233

Color information

#FF5233 (or 0xFF5233) is unknown color: approx Outrageous Orange. HEX triplet: FF, 52 and 33. RGB value is (255,82,51). Sum of RGB (Red+Green+Blue) = 255+82+51=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 51 (20.31% from 255 or 13.14% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5233 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5233 is #00ADCC. Grayscale: #828282. Windows color (decimal): -44493 or 3363583. OLE color: 3363583.

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

Color convert

RGB2558251-
CMYK00.680.80
HSL9.12º100%60%-
HSV(B)9.12º80%100%-
XYZ44.8527.536.08-
YUV130.1983.31217.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.72%
GREEN value IS 82 (32.42% from 255) = 21.13%
BLUE value IS 51 (20.31% from 255) = 13.14%
R=65.72%
G=21.13%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.8
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255825100.680.809.1210060
HexFF52330445009643c
Octal37712263010412001114474
Binary111111111010010110011010001001010000010011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5233; }

 p { color: rgb(255,82,51); }

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

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

 a { background-color: rgb(255,82,51); }

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

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

 span { border-color: rgb(255,82,51); }

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