Html Css Color HEX #F5390B Orange Red

📋 copy color: '#F5390B'

red 245 ◦ green 57 ◦ blue 11

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

Shades of Orange Red #F5390B

Tints of Orange Red #F5390B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.51%

R = 78.27%
G = 18.21%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F5390B (or 0xF5390B) is known color: Orange Red. HEX triplet: F5, 39 and 0B. RGB value is (245,57,11). Sum of RGB (Red+Green+Blue) = 245+57+11=313 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.27% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 245 - color contains mainly: red. Hex color #F5390B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5390B is #0AC6F4. Grayscale: #6C6C6C. Windows color (decimal): -706293 or 735733. OLE color: 735733.

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

Color convert

RGB 245 57 11 -
CMYK 0 0.77 0.96 0.04
HSL 11.79º 0.92% 0.5% -
HSV(B) 11.79º 0.96% 0.96% -
XYZ 39.18 22.36 2.57 -
YUV 107.97 73.28 225.74 -
System Red Green Blue C M Y K H S L
Decimal 245 57 11 0 0.77 0.96 0.04 11.79 0.92 0.5
Hex F5 39 B 0 4D 60 4 C 5C 32
Octal 365 71 13 0 115 140 4 14 134 62
Binary 11110101 111001 1011 0 1001101 1100000 100 1100 1011100 110010

Color Harmonies of #F5390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5390B

Black with #F5390B

Text Example


Text Example

White with #F5390B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5390B; }

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

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

background-color css

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

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

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

border-color css

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

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

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