#F33600

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

Shades of Orange Red #F33600

Tints of Orange Red #F33600

Color information

#F33600 (or 0xF33600) is unknown color: approx Orange Red. HEX triplet: F3, 36 and 00. RGB value is (243,54,0). Sum of RGB (Red+Green+Blue) = 243+54+0=297 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.82% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 243 - color contains mainly: red. Hex color #F33600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33600 is #0CC9FF. Grayscale: #686868. Windows color (decimal): -838144 or 14067. OLE color: 14067.

HSL color Cylindrical-coordinate representation of color #F33600: hue angle of 13.33º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F33600 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB243540-
CMYK00.7810.05
HSL13.33º100%47.65%-
HSV(B)13.33º100%95.29%-
XYZ38.2821.692.17-
YUV104.3569.12226.89-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 81.82%
GREEN value IS 54 (21.48% from 255) = 18.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.82%
G=18.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24354000.7810.0513.3310047.65
HexF336004E645d6430
Octal363660011614451514460
Binary11110011110110001001110110010010111011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F33600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F33600; }

 p { color: rgb(243,54,0); }

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

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

 a { background-color: rgb(243,54,0); }

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

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

 span { border-color: rgb(243,54,0); }

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