Html Css Color HEX #F5460A Orange Red

📋 copy color: '#F5460A'

red 245 ◦ green 70 ◦ blue 10

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

Shades of Orange Red #F5460A

Tints of Orange Red #F5460A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.08%

R = 75.38%
G = 21.54%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F5460A (or 0xF5460A) is known color: Orange Red. HEX triplet: F5, 46 and 0A. RGB value is (245,70,10). Sum of RGB (Red+Green+Blue) = 245+70+10=325 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.38% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 245 - color contains mainly: red. Hex color #F5460A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5460A is #0AB9F5. Grayscale: #737373. Windows color (decimal): -702966 or 673525. OLE color: 673525.

HSL color Cylindrical-coordinate representation of color #F5460A: hue angle of 15.32º 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 #F5460A is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 70 10 -
CMYK 0 0.71 0.96 0.04
HSL 15.32º 0.92% 0.5% -
HSV(B) 15.32º 0.96% 0.96% -
XYZ 39.9 23.81 2.78 -
YUV 115.49 68.48 220.38 -
System Red Green Blue C M Y K H S L
Decimal 245 70 10 0 0.71 0.96 0.04 15.32 0.92 0.5
Hex F5 46 A 0 47 60 4 F 5C 32
Octal 365 106 12 0 107 140 4 17 134 62
Binary 11110101 1000110 1010 0 1000111 1100000 100 1111 1011100 110010

Color Harmonies of #F5460A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5460A

Black with #F5460A

Text Example


Text Example

White with #F5460A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5460A; }

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

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

background-color css

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

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

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

border-color css

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

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

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