Html Css Color HEX #F94115 Orange Red

📋 copy color: '#F94115'

red 249 ◦ green 65 ◦ blue 21

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

Shades of Orange Red #F94115

Tints of Orange Red #F94115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.27%

R = 74.33%
G = 19.4%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F94115 (or 0xF94115) is known color: Orange Red. HEX triplet: F9, 41 and 15. RGB value is (249,65,21). Sum of RGB (Red+Green+Blue) = 249+65+21=335 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.33% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 249 - color contains mainly: red. Hex color #F94115 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94115 is #06BEEA. Grayscale: #737373. Windows color (decimal): -442091 or 1393145. OLE color: 1393145.

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

Color convert

RGB 249 65 21 -
CMYK 0 0.74 0.92 0.02
HSL 11.58º 0.95% 0.53% -
HSV(B) 11.58º 0.92% 0.98% -
XYZ 41.09 23.97 3.17 -
YUV 115 74.96 223.58 -
System Red Green Blue C M Y K H S L
Decimal 249 65 21 0 0.74 0.92 0.02 11.58 0.95 0.53
Hex F9 41 15 0 4A 5C 2 C 5F 35
Octal 371 101 25 0 112 134 2 14 137 65
Binary 11111001 1000001 10101 0 1001010 1011100 10 1100 1011111 110101

Color Harmonies of #F94115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94115

Black with #F94115

Text Example


Text Example

White with #F94115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94115; }

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

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

background-color css

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

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

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

border-color css

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

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

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