#F65233

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

Shades of Outrageous Orange #F65233

Tints of Outrageous Orange #F65233

Color information

#F65233 (or 0xF65233) is unknown color: approx Outrageous Orange. HEX triplet: F6, 52 and 33. RGB value is (246,82,51). Sum of RGB (Red+Green+Blue) = 246+82+51=379 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.91% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 51 (20.31% from 255 or 13.46% from 379); Max value from RGB is 246 - color contains mainly: red. Hex color #F65233 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65233 is #09ADCC. Grayscale: #7F7F7F. Windows color (decimal): -634317 or 3363574. OLE color: 3363574.

HSL color Cylindrical-coordinate representation of color #F65233: hue angle of 9.54º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F65233 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB2468251-
CMYK00.670.790.04
HSL9.54º91.55%58.24%-
HSV(B)9.54º79.27%96.47%-
XYZ41.6225.875.93-
YUV127.584.83212.52-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 64.91%
GREEN value IS 82 (32.42% from 255) = 21.64%
BLUE value IS 51 (20.31% from 255) = 13.46%
R=64.91%
G=21.64%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.79
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246825100.670.790.049.5491.5558.24
HexF652330434F4a5c3a
Octal36612263010311741213472
Binary11110110101001011001101000011100111110010101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65233; }

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

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

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

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

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

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

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

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