Html Css Color HEX #F94116 Orange Red

📋 copy color: '#F94116'

red 249 ◦ green 65 ◦ blue 22

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

Shades of Orange Red #F94116

Tints of Orange Red #F94116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.55%

R = 74.11%
G = 19.35%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#F94116 (or 0xF94116) is known color: Orange Red. HEX triplet: F9, 41 and 16. RGB value is (249,65,22). Sum of RGB (Red+Green+Blue) = 249+65+22=336 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.11% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 249 - color contains mainly: red. Hex color #F94116 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94116 is #06BEE9. Grayscale: #737373. Windows color (decimal): -442090 or 1458681. OLE color: 1458681.

HSL color Cylindrical-coordinate representation of color #F94116: hue angle of 11.37º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F94116 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 65 22 -
CMYK 0 0.74 0.91 0.02
HSL 11.37º 0.95% 0.53% -
HSV(B) 11.37º 0.91% 0.98% -
XYZ 41.1 23.98 3.22 -
YUV 115.11 75.46 223.5 -
System Red Green Blue C M Y K H S L
Decimal 249 65 22 0 0.74 0.91 0.02 11.37 0.95 0.53
Hex F9 41 16 0 4A 5B 2 B 5F 35
Octal 371 101 26 0 112 133 2 13 137 65
Binary 11111001 1000001 10110 0 1001010 1011011 10 1011 1011111 110101

Color Harmonies of #F94116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94116

Black with #F94116

Text Example


Text Example

White with #F94116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94116; }

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

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

background-color css

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

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

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

border-color css

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

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

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