Html Css Color HEX #F5481C Red Orange

📋 copy color: '#F5481C'

red 245 ◦ green 72 ◦ blue 28

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

Shades of Red Orange #F5481C

Tints of Red Orange #F5481C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.12%

R = 71.01%
G = 20.87%
B = 8.12%

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

#F5481C (or 0xF5481C) is known color: Red Orange. HEX triplet: F5, 48 and 1C. RGB value is (245,72,28). Sum of RGB (Red+Green+Blue) = 245+72+28=345 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.01% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 245 - color contains mainly: red. Hex color #F5481C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5481C is #0AB7E3. Grayscale: #777777. Windows color (decimal): -702436 or 1853685. OLE color: 1853685.

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

Color convert

RGB 245 72 28 -
CMYK 0 0.71 0.89 0.04
HSL 12.17º 0.92% 0.54% -
HSV(B) 12.17º 0.89% 0.96% -
XYZ 40.18 24.13 3.64 -
YUV 118.71 76.81 218.08 -
System Red Green Blue C M Y K H S L
Decimal 245 72 28 0 0.71 0.89 0.04 12.17 0.92 0.54
Hex F5 48 1C 0 47 59 4 C 5C 36
Octal 365 110 34 0 107 131 4 14 134 66
Binary 11110101 1001000 11100 0 1000111 1011001 100 1100 1011100 110110

Color Harmonies of #F5481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5481C

Black with #F5481C

Text Example


Text Example

White with #F5481C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5481C; }

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

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

background-color css

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

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

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

border-color css

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

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

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