Html Css Color HEX #F93911 Orange Red

📋 copy color: '#F93911'

red 249 ◦ green 57 ◦ blue 17

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

Shades of Orange Red #F93911

Tints of Orange Red #F93911

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.65%

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

R = 77.09%
G = 17.65%
B = 5.26%

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

#F93911 (or 0xF93911) is known color: Orange Red. HEX triplet: F9, 39 and 11. RGB value is (249,57,17). Sum of RGB (Red+Green+Blue) = 249+57+17=323 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.09% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 249 - color contains mainly: red. Hex color #F93911 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93911 is #06C6EE. Grayscale: #6E6E6E. Windows color (decimal): -444143 or 1128953. OLE color: 1128953.

HSL color Cylindrical-coordinate representation of color #F93911: hue angle of 10.34º 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 #F93911 is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 57 17 -
CMYK 0 0.77 0.93 0.02
HSL 10.34º 0.95% 0.52% -
HSV(B) 10.34º 0.93% 0.98% -
XYZ 40.63 23.11 2.85 -
YUV 109.85 75.61 227.25 -
System Red Green Blue C M Y K H S L
Decimal 249 57 17 0 0.77 0.93 0.02 10.34 0.95 0.52
Hex F9 39 11 0 4D 5D 2 A 5F 34
Octal 371 71 21 0 115 135 2 12 137 64
Binary 11111001 111001 10001 0 1001101 1011101 10 1010 1011111 110100

Color Harmonies of #F93911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93911

Black with #F93911

Text Example


Text Example

White with #F93911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93911; }

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

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

background-color css

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

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

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

border-color css

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

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

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