Html Css Color HEX #F93611 Orange Red

📋 copy color: '#F93611'

red 249 ◦ green 54 ◦ blue 17

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

Shades of Orange Red #F93611

Tints of Orange Red #F93611

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.88%

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

R = 77.81%
G = 16.88%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F93611 (or 0xF93611) is known color: Orange Red. HEX triplet: F9, 36 and 11. RGB value is (249,54,17). Sum of RGB (Red+Green+Blue) = 249+54+17=320 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.81% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 249 - color contains mainly: red. Hex color #F93611 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93611 is #06C9EE. Grayscale: #6C6C6C. Windows color (decimal): -444911 or 1128185. OLE color: 1128185.

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

Color convert

RGB 249 54 17 -
CMYK 0 0.78 0.93 0.02
HSL 9.57º 0.95% 0.52% -
HSV(B) 9.57º 0.93% 0.98% -
XYZ 40.49 22.82 2.8 -
YUV 108.09 76.6 228.51 -
System Red Green Blue C M Y K H S L
Decimal 249 54 17 0 0.78 0.93 0.02 9.57 0.95 0.52
Hex F9 36 11 0 4E 5D 2 A 5F 34
Octal 371 66 21 0 116 135 2 12 137 64
Binary 11111001 110110 10001 0 1001110 1011101 10 1010 1011111 110100

Color Harmonies of #F93611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93611

Black with #F93611

Text Example


Text Example

White with #F93611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93611; }

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

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

background-color css

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

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

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

border-color css

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

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

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