Html Css Color HEX #F94411 Orange Red

📋 copy color: '#F94411'

red 249 ◦ green 68 ◦ blue 17

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

Shades of Orange Red #F94411

Tints of Orange Red #F94411

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.36%

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

R = 74.55%
G = 20.36%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F94411 (or 0xF94411) is known color: Orange Red. HEX triplet: F9, 44 and 11. RGB value is (249,68,17). Sum of RGB (Red+Green+Blue) = 249+68+17=334 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.55% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 249 - color contains mainly: red. Hex color #F94411 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94411 is #06BBEE. Grayscale: #747474. Windows color (decimal): -441327 or 1131769. OLE color: 1131769.

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

Color convert

RGB 249 68 17 -
CMYK 0 0.73 0.93 0.02
HSL 13.19º 0.95% 0.52% -
HSV(B) 13.19º 0.93% 0.98% -
XYZ 41.24 24.31 3.05 -
YUV 116.31 71.97 222.65 -
System Red Green Blue C M Y K H S L
Decimal 249 68 17 0 0.73 0.93 0.02 13.19 0.95 0.52
Hex F9 44 11 0 49 5D 2 D 5F 34
Octal 371 104 21 0 111 135 2 15 137 64
Binary 11111001 1000100 10001 0 1001001 1011101 10 1101 1011111 110100

Color Harmonies of #F94411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94411

Black with #F94411

Text Example


Text Example

White with #F94411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94411; }

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

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

background-color css

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

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

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

border-color css

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

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

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