Html Css Color HEX #F94A1F Red Orange

📋 copy color: '#F94A1F'

red 249 ◦ green 74 ◦ blue 31

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

Shades of Red Orange #F94A1F

Tints of Red Orange #F94A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.76%

R = 70.34%
G = 20.9%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#F94A1F (or 0xF94A1F) is known color: Red Orange. HEX triplet: F9, 4A and 1F. RGB value is (249,74,31). Sum of RGB (Red+Green+Blue) = 249+74+31=354 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.34% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94A1F is #06B5E0. Grayscale: #797979. Windows color (decimal): -439777 or 2050809. OLE color: 2050809.

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

Color convert

RGB 249 74 31 -
CMYK 0 0.70 0.88 0.02
HSL 11.83º 0.95% 0.55% -
HSV(B) 11.83º 0.88% 0.98% -
XYZ 41.76 25.14 3.95 -
YUV 121.42 76.98 219 -
System Red Green Blue C M Y K H S L
Decimal 249 74 31 0 0.70 0.88 0.02 11.83 0.95 0.55
Hex F9 4A 1F 0 46 58 2 C 5F 37
Octal 371 112 37 0 106 130 2 14 137 67
Binary 11111001 1001010 11111 0 1000110 1011000 10 1100 1011111 110111

Color Harmonies of #F94A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94A1F

Black with #F94A1F

Text Example


Text Example

White with #F94A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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