#FF6233

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

Shades of Outrageous Orange #FF6233

Tints of Outrageous Orange #FF6233

Color information

#FF6233 (or 0xFF6233) is unknown color: approx Outrageous Orange. HEX triplet: FF, 62 and 33. RGB value is (255,98,51). Sum of RGB (Red+Green+Blue) = 255+98+51=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 51 (20.31% from 255 or 12.62% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6233 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6233 is #009DCC. Grayscale: #8B8B8B. Windows color (decimal): -40397 or 3367679. OLE color: 3367679.

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

Color convert

RGB2559851-
CMYK00.620.80
HSL13.82º100%60%-
HSV(B)13.82º80%100%-
XYZ46.2130.236.53-
YUV139.5878.01210.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.12%
GREEN value IS 98 (38.67% from 255) = 24.26%
BLUE value IS 51 (20.31% from 255) = 12.62%
R=63.12%
G=24.26%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.8
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255985100.620.8013.8210060
HexFF623303E500e643c
Octal3771426307612001614474
Binary11111111110001011001101111101010000011101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6233; }

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

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

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

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

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

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

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

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