#F93A25

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

Shades of Red Orange #F93A25

Tints of Red Orange #F93A25

Color information

#F93A25 (or 0xF93A25) is unknown color: approx Red Orange. HEX triplet: F9, 3A and 25. RGB value is (249,58,37). Sum of RGB (Red+Green+Blue) = 249+58+37=344 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.38% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 37 (14.84% from 255 or 10.76% from 344); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93A25 is #06C5DA. Grayscale: #707070. Windows color (decimal): -443867 or 2439929. OLE color: 2439929.

HSL color Cylindrical-coordinate representation of color #F93A25: hue angle of 5.94º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F93A25 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB2495837-
CMYK00.770.850.02
HSL5.94º94.64%56.08%-
HSV(B)5.94º85.14%97.65%-
XYZ40.9123.34.09-
YUV112.7185.28225.21-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 72.38%
GREEN value IS 58 (23.05% from 255) = 16.86%
BLUE value IS 37 (14.84% from 255) = 10.76%
R=72.38%
G=16.86%
B=10.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.85
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249583700.770.850.025.9494.6456.08
HexF93A2504D55265f38
Octal371724501151252613770
Binary11111001111010100101010011011010101101101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93A25; }

 p { color: rgb(249,58,37); }

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

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

 a { background-color: rgb(249,58,37); }

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

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

 span { border-color: rgb(249,58,37); }

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