Html Css Color HEX #F5481A Orange Red

📋 copy color: '#F5481A'

red 245 ◦ green 72 ◦ blue 26

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

Shades of Orange Red #F5481A

Tints of Orange Red #F5481A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.99%

 BLUE value IS 26 (10.55% from 255) = 7.58%

R = 71.43%
G = 20.99%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5481A (or 0xF5481A) is known color: Orange Red. HEX triplet: F5, 48 and 1A. RGB value is (245,72,26). Sum of RGB (Red+Green+Blue) = 245+72+26=343 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.43% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 26 (10.55% from 255 or 7.58% from 343); Max value from RGB is 245 - color contains mainly: red. Hex color #F5481A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5481A is #0AB7E5. Grayscale: #767676. Windows color (decimal): -702438 or 1722613. OLE color: 1722613.

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

Color convert

RGB 245 72 26 -
CMYK 0 0.71 0.89 0.04
HSL 12.6º 0.92% 0.53% -
HSV(B) 12.6º 0.89% 0.96% -
XYZ 40.16 24.12 3.52 -
YUV 118.48 75.81 218.24 -
System Red Green Blue C M Y K H S L
Decimal 245 72 26 0 0.71 0.89 0.04 12.6 0.92 0.53
Hex F5 48 1A 0 47 59 4 D 5C 35
Octal 365 110 32 0 107 131 4 15 134 65
Binary 11110101 1001000 11010 0 1000111 1011001 100 1101 1011100 110101

Color Harmonies of #F5481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5481A

Black with #F5481A

Text Example


Text Example

White with #F5481A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5481A; }

 p { color: rgb(245,72,26); }

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

background-color css

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

 a { background-color: rgb(245,72,26); }

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

border-color css

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

 span { border-color: rgb(245,72,26); }

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