#F9362D

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

Shades of Red Orange #F9362D

Tints of Red Orange #F9362D

Color information

#F9362D (or 0xF9362D) is unknown color: approx Red Orange. HEX triplet: F9, 36 and 2D. RGB value is (249,54,45). Sum of RGB (Red+Green+Blue) = 249+54+45=348 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.55% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 249 - color contains mainly: red. Hex color #F9362D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9362D is #06C9D2. Grayscale: #6F6F6F. Windows color (decimal): -444883 or 2963193. OLE color: 2963193.

HSL color Cylindrical-coordinate representation of color #F9362D: hue angle of 2.65º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9362D is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB2495445-
CMYK00.780.820.02
HSL2.65º94.44%57.65%-
HSV(B)2.65º81.93%97.65%-
XYZ40.8622.974.76-
YUV111.2890.6226.23-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 71.55%
GREEN value IS 54 (21.48% from 255) = 15.52%
BLUE value IS 45 (17.97% from 255) = 12.93%
R=71.55%
G=15.52%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.82
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249544500.780.820.022.6594.4457.65
HexF9362D04E52235e3a
Octal371665501161222313672
Binary1111100111011010110101001110101001010111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9362D; }

 p { color: rgb(249,54,45); }

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

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

 a { background-color: rgb(249,54,45); }

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

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

 span { border-color: rgb(249,54,45); }

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