Html Css Color HEX #F93A11 Orange Red

📋 copy color: '#F93A11'

red 249 ◦ green 58 ◦ blue 17

#F93A11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #F93A11

Tints of Orange Red #F93A11

RGB

 RED value IS 249 (97.66% from 255) = 76.85%

 GREEN value IS 58 (23.05% from 255) = 17.9%

 BLUE value IS 17 (7.03% from 255) = 5.25%

R = 76.85%
G = 17.9%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F93A11 (or 0xF93A11) is known color: Orange Red. HEX triplet: F9, 3A and 11. RGB value is (249,58,17). Sum of RGB (Red+Green+Blue) = 249+58+17=324 (42% of max value = 765). Red value is 249 (97.66% from 255 or 76.85% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93A11 is #06C5EE. Grayscale: #6E6E6E. Windows color (decimal): -443887 or 1129209. OLE color: 1129209.

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

Color convert

RGB 249 58 17 -
CMYK 0 0.77 0.93 0.02
HSL 10.6º 0.95% 0.52% -
HSV(B) 10.6º 0.93% 0.98% -
XYZ 40.68 23.21 2.87 -
YUV 110.44 75.28 226.83 -
System Red Green Blue C M Y K H S L
Decimal 249 58 17 0 0.77 0.93 0.02 10.6 0.95 0.52
Hex F9 3A 11 0 4D 5D 2 B 5F 34
Octal 371 72 21 0 115 135 2 13 137 64
Binary 11111001 111010 10001 0 1001101 1011101 10 1011 1011111 110100

Color Harmonies of #F93A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93A11

Black with #F93A11

Text Example


Text Example

White with #F93A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93A11; }

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

 H1.HeaderClassName
 {
   color: #F93A11;
 }
 .AnyTagClassName
 {
   color: #F93A11;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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