Html Css Color HEX #F94A19 Orange Red

📋 copy color: '#F94A19'

red 249 ◦ green 74 ◦ blue 25

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

Shades of Orange Red #F94A19

Tints of Orange Red #F94A19

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.26%

 BLUE value IS 25 (10.16% from 255) = 7.18%

R = 71.55%
G = 21.26%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F94A19 (or 0xF94A19) is known color: Orange Red. HEX triplet: F9, 4A and 19. RGB value is (249,74,25). Sum of RGB (Red+Green+Blue) = 249+74+25=348 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.55% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 25 (10.16% from 255 or 7.18% from 348); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94A19 is #06B5E6. Grayscale: #797979. Windows color (decimal): -439783 or 1657593. OLE color: 1657593.

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

Color convert

RGB 249 74 25 -
CMYK 0 0.70 0.90 0.02
HSL 13.13º 0.95% 0.54% -
HSV(B) 13.13º 0.9% 0.98% -
XYZ 41.69 25.11 3.57 -
YUV 120.74 73.98 219.48 -
System Red Green Blue C M Y K H S L
Decimal 249 74 25 0 0.70 0.90 0.02 13.13 0.95 0.54
Hex F9 4A 19 0 46 5A 2 D 5F 36
Octal 371 112 31 0 106 132 2 15 137 66
Binary 11111001 1001010 11001 0 1000110 1011010 10 1101 1011111 110110

Color Harmonies of #F94A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94A19

Black with #F94A19

Text Example


Text Example

White with #F94A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94A19; }

 p { color: rgb(249,74,25); }

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

background-color css

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

 a { background-color: rgb(249,74,25); }

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

border-color css

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

 span { border-color: rgb(249,74,25); }

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