Html Css Color HEX #F5392C Red Orange

📋 copy color: '#F5392C'

red 245 ◦ green 57 ◦ blue 44

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

Shades of Red Orange #F5392C

Tints of Red Orange #F5392C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.47%

 BLUE value IS 44 (17.58% from 255) = 12.72%

R = 70.81%
G = 16.47%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5392C (or 0xF5392C) is known color: Red Orange. HEX triplet: F5, 39 and 2C. RGB value is (245,57,44). Sum of RGB (Red+Green+Blue) = 245+57+44=346 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.81% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 245 - color contains mainly: red. Hex color #F5392C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5392C is #0AC6D3. Grayscale: #6F6F6F. Windows color (decimal): -706260 or 2898421. OLE color: 2898421.

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

Color convert

RGB 245 57 44 -
CMYK 0 0.77 0.82 0.04
HSL 3.88º 0.91% 0.57% -
HSV(B) 3.88º 0.82% 0.96% -
XYZ 39.57 22.52 4.64 -
YUV 111.73 89.78 223.06 -
System Red Green Blue C M Y K H S L
Decimal 245 57 44 0 0.77 0.82 0.04 3.88 0.91 0.57
Hex F5 39 2C 0 4D 52 4 4 5B 39
Octal 365 71 54 0 115 122 4 4 133 71
Binary 11110101 111001 101100 0 1001101 1010010 100 100 1011011 111001

Color Harmonies of #F5392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5392C

Black with #F5392C

Text Example


Text Example

White with #F5392C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5392C; }

 p { color: rgb(245,57,44); }

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

background-color css

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

 a { background-color: rgb(245,57,44); }

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

border-color css

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

 span { border-color: rgb(245,57,44); }

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