#F06021

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

Shades of Outrageous Orange #F06021

Tints of Outrageous Orange #F06021

Color information

#F06021 (or 0xF06021) is unknown color: approx Outrageous Orange. HEX triplet: F0, 60 and 21. RGB value is (240,96,33). Sum of RGB (Red+Green+Blue) = 240+96+33=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 33 (13.28% from 255 or 8.94% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F06021 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06021 is #0F9FDE. Grayscale: #848484. Windows color (decimal): -1023967 or 2187504. OLE color: 2187504.

HSL color Cylindrical-coordinate representation of color #F06021: hue angle of 18.26º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F06021 is Cyan = 0, Magento = 0.6, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB2409633-
CMYK00.60.860.06
HSL18.26º87.34%53.53%-
HSV(B)18.26º86.25%94.12%-
XYZ40.39274.52-
YUV131.8772.21205.12-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 65.04%
GREEN value IS 96 (37.89% from 255) = 26.02%
BLUE value IS 33 (13.28% from 255) = 8.94%
R=65.04%
G=26.02%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.86
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240963300.60.860.0618.2687.3453.53
HexF0602103C566125736
Octal3601404107412662212766
Binary11110000110000010000101111001010110110100101010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06021; }

 p { color: rgb(240,96,33); }

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

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

 a { background-color: rgb(240,96,33); }

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

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

 span { border-color: rgb(240,96,33); }

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