#F96233

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

Shades of Outrageous Orange #F96233

Tints of Outrageous Orange #F96233

Color information

#F96233 (or 0xF96233) is unknown color: approx Outrageous Orange. HEX triplet: F9, 62 and 33. RGB value is (249,98,51). Sum of RGB (Red+Green+Blue) = 249+98+51=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 51 (20.31% from 255 or 12.81% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F96233 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96233 is #069DCC. Grayscale: #8A8A8A. Windows color (decimal): -433613 or 3367673. OLE color: 3367673.

HSL color Cylindrical-coordinate representation of color #F96233: hue angle of 14.24º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F96233 is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB2499851-
CMYK00.610.800.02
HSL14.24º94.29%58.82%-
HSV(B)14.24º79.52%97.65%-
XYZ44.0329.116.43-
YUV137.7979.03207.32-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 62.56%
GREEN value IS 98 (38.67% from 255) = 24.62%
BLUE value IS 51 (20.31% from 255) = 12.81%
R=62.56%
G=24.62%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.80
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249985100.610.800.0214.2494.2958.82
HexF9623303D502e5e3b
Octal3711426307512021613673
Binary111110011100010110011011110110100001011101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96233; }

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

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

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

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

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

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

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

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