Html Css Color HEX #F94118 Orange Red

📋 copy color: '#F94118'

red 249 ◦ green 65 ◦ blue 24

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

Shades of Orange Red #F94118

Tints of Orange Red #F94118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.1%

R = 73.67%
G = 19.23%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F94118 (or 0xF94118) is known color: Orange Red. HEX triplet: F9, 41 and 18. RGB value is (249,65,24). Sum of RGB (Red+Green+Blue) = 249+65+24=338 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.67% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 249 - color contains mainly: red. Hex color #F94118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94118 is #06BEE7. Grayscale: #737373. Windows color (decimal): -442088 or 1589753. OLE color: 1589753.

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

Color convert

RGB 249 65 24 -
CMYK 0 0.74 0.90 0.02
HSL 10.93º 0.95% 0.54% -
HSV(B) 10.93º 0.9% 0.98% -
XYZ 41.12 23.99 3.33 -
YUV 115.34 76.46 223.33 -
System Red Green Blue C M Y K H S L
Decimal 249 65 24 0 0.74 0.90 0.02 10.93 0.95 0.54
Hex F9 41 18 0 4A 5A 2 B 5F 36
Octal 371 101 30 0 112 132 2 13 137 66
Binary 11111001 1000001 11000 0 1001010 1011010 10 1011 1011111 110110

Color Harmonies of #F94118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94118

Black with #F94118

Text Example


Text Example

White with #F94118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94118; }

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

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

background-color css

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

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

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

border-color css

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

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

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