Html Css Color HEX #F5321F Red Orange

📋 copy color: '#F5321F'

red 245 ◦ green 50 ◦ blue 31

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

Shades of Red Orange #F5321F

Tints of Red Orange #F5321F

RGB

 RED value IS 245 (96.09% from 255) = 75.15%

 GREEN value IS 50 (19.92% from 255) = 15.34%

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

R = 75.15%
G = 15.34%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F5321F (or 0xF5321F) is known color: Red Orange. HEX triplet: F5, 32 and 1F. RGB value is (245,50,31). Sum of RGB (Red+Green+Blue) = 245+50+31=326 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.15% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 245 - color contains mainly: red. Hex color #F5321F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5321F is #0ACDE0. Grayscale: #6A6A6A. Windows color (decimal): -708065 or 2044661. OLE color: 2044661.

HSL color Cylindrical-coordinate representation of color #F5321F: hue angle of 5.33º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F5321F is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 50 31 -
CMYK 0 0.80 0.87 0.04
HSL 5.33º 0.91% 0.54% -
HSV(B) 5.33º 0.87% 0.96% -
XYZ 39.04 21.79 3.44 -
YUV 106.14 85.6 227.04 -
System Red Green Blue C M Y K H S L
Decimal 245 50 31 0 0.80 0.87 0.04 5.33 0.91 0.54
Hex F5 32 1F 0 50 57 4 5 5B 36
Octal 365 62 37 0 120 127 4 5 133 66
Binary 11110101 110010 11111 0 1010000 1010111 100 101 1011011 110110

Color Harmonies of #F5321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5321F

Black with #F5321F

Text Example


Text Example

White with #F5321F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5321F; }

 p { color: rgb(245,50,31); }

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

background-color css

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

 a { background-color: rgb(245,50,31); }

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

border-color css

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

 span { border-color: rgb(245,50,31); }

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