Html Css Color HEX #F93F11 Orange Red

📋 copy color: '#F93F11'

red 249 ◦ green 63 ◦ blue 17

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

Shades of Orange Red #F93F11

Tints of Orange Red #F93F11

RGB

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

 GREEN value IS 63 (25% from 255) = 19.15%

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

R = 75.68%
G = 19.15%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F93F11 (or 0xF93F11) is known color: Orange Red. HEX triplet: F9, 3F and 11. RGB value is (249,63,17). Sum of RGB (Red+Green+Blue) = 249+63+17=329 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.68% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 249 - color contains mainly: red. Hex color #F93F11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93F11 is #06C0EE. Grayscale: #717171. Windows color (decimal): -442607 or 1130489. OLE color: 1130489.

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

Color convert

RGB 249 63 17 -
CMYK 0 0.75 0.93 0.02
HSL 11.9º 0.95% 0.52% -
HSV(B) 11.9º 0.93% 0.98% -
XYZ 40.95 23.74 2.95 -
YUV 113.37 73.62 224.74 -
System Red Green Blue C M Y K H S L
Decimal 249 63 17 0 0.75 0.93 0.02 11.9 0.95 0.52
Hex F9 3F 11 0 4B 5D 2 C 5F 34
Octal 371 77 21 0 113 135 2 14 137 64
Binary 11111001 111111 10001 0 1001011 1011101 10 1100 1011111 110100

Color Harmonies of #F93F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93F11

Black with #F93F11

Text Example


Text Example

White with #F93F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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