#F9382F

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

Shades of Red Orange #F9382F

Tints of Red Orange #F9382F

Color information

#F9382F (or 0xF9382F) is unknown color: approx Red Orange. HEX triplet: F9, 38 and 2F. RGB value is (249,56,47). Sum of RGB (Red+Green+Blue) = 249+56+47=352 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.74% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 249 - color contains mainly: red. Hex color #F9382F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9382F is #06C7D0. Grayscale: #707070. Windows color (decimal): -444369 or 3094777. OLE color: 3094777.

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

Color convert

RGB2495647-
CMYK00.780.810.02
HSL2.67º94.39%58.04%-
HSV(B)2.67º81.12%97.65%-
XYZ40.9923.175-
YUV112.6890.94225.23-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 70.74%
GREEN value IS 56 (22.27% from 255) = 15.91%
BLUE value IS 47 (18.75% from 255) = 13.35%
R=70.74%
G=15.91%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.81
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249564700.780.810.022.6794.3958.04
HexF9382F04E51235e3a
Octal371705701161212313672
Binary1111100111100010111101001110101000110111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9382F; }

 p { color: rgb(249,56,47); }

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

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

 a { background-color: rgb(249,56,47); }

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

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

 span { border-color: rgb(249,56,47); }

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