Html Css Color HEX #F94518 Orange Red

📋 copy color: '#F94518'

red 249 ◦ green 69 ◦ blue 24

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

Shades of Orange Red #F94518

Tints of Orange Red #F94518

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.18%

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

R = 72.81%
G = 20.18%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F94518 (or 0xF94518) is known color: Orange Red. HEX triplet: F9, 45 and 18. RGB value is (249,69,24). Sum of RGB (Red+Green+Blue) = 249+69+24=342 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.81% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 249 - color contains mainly: red. Hex color #F94518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94518 is #06BAE7. Grayscale: #767676. Windows color (decimal): -441064 or 1590777. OLE color: 1590777.

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

Color convert

RGB 249 69 24 -
CMYK 0 0.72 0.90 0.02
HSL 12º 0.95% 0.54% -
HSV(B) 12º 0.9% 0.98% -
XYZ 41.36 24.46 3.41 -
YUV 117.69 75.13 221.66 -
System Red Green Blue C M Y K H S L
Decimal 249 69 24 0 0.72 0.90 0.02 12 0.95 0.54
Hex F9 45 18 0 48 5A 2 C 5F 36
Octal 371 105 30 0 110 132 2 14 137 66
Binary 11111001 1000101 11000 0 1001000 1011010 10 1100 1011111 110110

Color Harmonies of #F94518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94518

Black with #F94518

Text Example


Text Example

White with #F94518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94518; }

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

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

background-color css

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

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

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

border-color css

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

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

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