Html Css Color HEX #F94131 Red Orange

📋 copy color: '#F94131'

red 249 ◦ green 65 ◦ blue 49

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

Shades of Red Orange #F94131

Tints of Red Orange #F94131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.5%

R = 68.6%
G = 17.91%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F94131 (or 0xF94131) is known color: Red Orange. HEX triplet: F9, 41 and 31. RGB value is (249,65,49). Sum of RGB (Red+Green+Blue) = 249+65+49=363 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.60% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 249 - color contains mainly: red. Hex color #F94131 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94131 is #06BECE. Grayscale: #767676. Windows color (decimal): -442063 or 3228153. OLE color: 3228153.

HSL color Cylindrical-coordinate representation of color #F94131: hue angle of 4.8º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F94131 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 65 49 -
CMYK 0 0.74 0.80 0.02
HSL 4.8º 0.94% 0.58% -
HSV(B) 4.8º 0.8% 0.98% -
XYZ 41.51 24.14 5.38 -
YUV 118.19 88.96 221.3 -
System Red Green Blue C M Y K H S L
Decimal 249 65 49 0 0.74 0.80 0.02 4.8 0.94 0.58
Hex F9 41 31 0 4A 50 2 5 5E 3A
Octal 371 101 61 0 112 120 2 5 136 72
Binary 11111001 1000001 110001 0 1001010 1010000 10 101 1011110 111010

Color Harmonies of #F94131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94131

Black with #F94131

Text Example


Text Example

White with #F94131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94131; }

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

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

background-color css

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

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

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

border-color css

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

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

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