Html Css Color HEX #F94031 Red Orange

📋 copy color: '#F94031'

red 249 ◦ green 64 ◦ blue 49

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

Shades of Red Orange #F94031

Tints of Red Orange #F94031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.68%

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

R = 68.78%
G = 17.68%
B = 13.54%

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

#F94031 (or 0xF94031) is known color: Red Orange. HEX triplet: F9, 40 and 31. RGB value is (249,64,49). Sum of RGB (Red+Green+Blue) = 249+64+49=362 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.78% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 249 - color contains mainly: red. Hex color #F94031 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94031 is #06BFCE. Grayscale: #757575. Windows color (decimal): -442319 or 3227897. OLE color: 3227897.

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

Color convert

RGB 249 64 49 -
CMYK 0 0.74 0.80 0.02
HSL 4.5º 0.94% 0.58% -
HSV(B) 4.5º 0.8% 0.98% -
XYZ 41.45 24.03 5.36 -
YUV 117.61 89.29 221.72 -
System Red Green Blue C M Y K H S L
Decimal 249 64 49 0 0.74 0.80 0.02 4.5 0.94 0.58
Hex F9 40 31 0 4A 50 2 4 5E 3A
Octal 371 100 61 0 112 120 2 4 136 72
Binary 11111001 1000000 110001 0 1001010 1010000 10 100 1011110 111010

Color Harmonies of #F94031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94031

Black with #F94031

Text Example


Text Example

White with #F94031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94031; }

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

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

background-color css

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

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

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

border-color css

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

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

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