Html Css Color HEX #F94111 Orange Red

📋 copy color: '#F94111'

red 249 ◦ green 65 ◦ blue 17

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

Shades of Orange Red #F94111

Tints of Orange Red #F94111

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.64%

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

R = 75.23%
G = 19.64%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F94111 (or 0xF94111) is known color: Orange Red. HEX triplet: F9, 41 and 11. RGB value is (249,65,17). Sum of RGB (Red+Green+Blue) = 249+65+17=331 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.23% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 249 - color contains mainly: red. Hex color #F94111 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94111 is #06BEEE. Grayscale: #727272. Windows color (decimal): -442095 or 1131001. OLE color: 1131001.

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

Color convert

RGB 249 65 17 -
CMYK 0 0.74 0.93 0.02
HSL 12.41º 0.95% 0.52% -
HSV(B) 12.41º 0.93% 0.98% -
XYZ 41.06 23.96 2.99 -
YUV 114.54 72.96 223.9 -
System Red Green Blue C M Y K H S L
Decimal 249 65 17 0 0.74 0.93 0.02 12.41 0.95 0.52
Hex F9 41 11 0 4A 5D 2 C 5F 34
Octal 371 101 21 0 112 135 2 14 137 64
Binary 11111001 1000001 10001 0 1001010 1011101 10 1100 1011111 110100

Color Harmonies of #F94111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94111

Black with #F94111

Text Example


Text Example

White with #F94111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94111; }

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

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

background-color css

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

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

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

border-color css

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

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

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