#FF6133

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

Shades of Outrageous Orange #FF6133

Tints of Outrageous Orange #FF6133

Color information

#FF6133 (or 0xFF6133) is unknown color: approx Outrageous Orange. HEX triplet: FF, 61 and 33. RGB value is (255,97,51). Sum of RGB (Red+Green+Blue) = 255+97+51=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6133 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6133 is #009ECC. Grayscale: #8B8B8B. Windows color (decimal): -40653 or 3367423. OLE color: 3367423.

HSL color Cylindrical-coordinate representation of color #FF6133: hue angle of 13.53º 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 #FF6133 is Cyan = 0, Magento = 0.62, Yellow = 0.8 and Black (K on CMYK) = 0.

Color convert

RGB2559751-
CMYK00.620.80
HSL13.53º100%60%-
HSV(B)13.53º80%100%-
XYZ46.1130.056.5-
YUV13978.35210.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.28%
GREEN value IS 97 (38.28% from 255) = 24.07%
BLUE value IS 51 (20.31% from 255) = 12.66%
R=63.28%
G=24.07%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.8
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255975100.620.8013.5310060
HexFF613303E500e643c
Octal3771416307612001614474
Binary11111111110000111001101111101010000011101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6133; }

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

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

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

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

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

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

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

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