#f93500

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

Shades of Orange Red #F93500

Tints of Orange Red #F93500

Color information

#F93500 (or 0xF93500) is unknown color: approx Orange Red. HEX triplet: F9, 35 and 00. RGB value is (249,53,0). Sum of RGB (Red+Green+Blue) = 249+53+0=302 (40% of max value = 765). Red value is 249 (97.66% from 255 or 82.45% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 249 - color contains mainly: red. Hex color #F93500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93500 is #06CAFF. Grayscale: #696969. Windows color (decimal): -445184 or 13817. OLE color: 13817.

HSL color Cylindrical-coordinate representation of color #F93500: hue angle of 12.77º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F93500 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB249530-
CMYK00.7910.02
HSL12.77º100%48.82%-
HSV(B)12.77º100%97.65%-
XYZ40.3422.692.25-
YUV105.5668.43230.31-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 82.45%
GREEN value IS 53 (21.09% from 255) = 17.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.45%
G=17.55%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 1
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24953000.7910.0212.7710048.82
HexF935004F642d6431
Octal371650011714421514461
Binary1111100111010100100111111001001011011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f93500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f93500; }

 p { color: rgb(249,53,0); }

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

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

 a { background-color: rgb(249,53,0); }

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

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

 span { border-color: rgb(249,53,0); }

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