Html Css Color HEX #F5322F Red Orange

📋 copy color: '#F5322F'

red 245 ◦ green 50 ◦ blue 47

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

Shades of Red Orange #F5322F

Tints of Red Orange #F5322F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.74%

R = 71.64%
G = 14.62%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F5322F (or 0xF5322F) is known color: Red Orange. HEX triplet: F5, 32 and 2F. RGB value is (245,50,47). Sum of RGB (Red+Green+Blue) = 245+50+47=342 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.64% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 245 - color contains mainly: red. Hex color #F5322F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5322F is #0ACDD0. Grayscale: #6C6C6C. Windows color (decimal): -708049 or 3093237. OLE color: 3093237.

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

Color convert

RGB 245 50 47 -
CMYK 0 0.80 0.81 0.04
HSL 0.91º 0.91% 0.57% -
HSV(B) 0.91º 0.81% 0.96% -
XYZ 39.31 21.9 4.84 -
YUV 107.96 93.6 225.74 -
System Red Green Blue C M Y K H S L
Decimal 245 50 47 0 0.80 0.81 0.04 0.91 0.91 0.57
Hex F5 32 2F 0 50 51 4 1 5B 39
Octal 365 62 57 0 120 121 4 1 133 71
Binary 11110101 110010 101111 0 1010000 1010001 100 1 1011011 111001

Color Harmonies of #F5322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5322F

Black with #F5322F

Text Example


Text Example

White with #F5322F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5322F; }

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

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

background-color css

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

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

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

border-color css

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

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

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