Html Css Color HEX #F5460D Orange Red

📋 copy color: '#F5460D'

red 245 ◦ green 70 ◦ blue 13

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

Shades of Orange Red #F5460D

Tints of Orange Red #F5460D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.34%

 BLUE value IS 13 (5.47% from 255) = 3.96%

R = 74.7%
G = 21.34%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F5460D (or 0xF5460D) is known color: Orange Red. HEX triplet: F5, 46 and 0D. RGB value is (245,70,13). Sum of RGB (Red+Green+Blue) = 245+70+13=328 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.70% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 245 - color contains mainly: red. Hex color #F5460D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5460D is #0AB9F2. Grayscale: #747474. Windows color (decimal): -702963 or 870133. OLE color: 870133.

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

Color convert

RGB 245 70 13 -
CMYK 0 0.71 0.95 0.04
HSL 14.74º 0.92% 0.51% -
HSV(B) 14.74º 0.95% 0.96% -
XYZ 39.92 23.82 2.87 -
YUV 115.83 69.98 220.13 -
System Red Green Blue C M Y K H S L
Decimal 245 70 13 0 0.71 0.95 0.04 14.74 0.92 0.51
Hex F5 46 D 0 47 5F 4 F 5C 33
Octal 365 106 15 0 107 137 4 17 134 63
Binary 11110101 1000110 1101 0 1000111 1011111 100 1111 1011100 110011

Color Harmonies of #F5460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5460D

Black with #F5460D

Text Example


Text Example

White with #F5460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5460D; }

 p { color: rgb(245,70,13); }

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

background-color css

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

 a { background-color: rgb(245,70,13); }

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

border-color css

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

 span { border-color: rgb(245,70,13); }

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