Html Css Color HEX #F54519 Orange Red

📋 copy color: '#F54519'

red 245 ◦ green 69 ◦ blue 25

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

Shades of Orange Red #F54519

Tints of Orange Red #F54519

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.35%

 BLUE value IS 25 (10.16% from 255) = 7.37%

R = 72.27%
G = 20.35%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F54519 (or 0xF54519) is known color: Orange Red. HEX triplet: F5, 45 and 19. RGB value is (245,69,25). Sum of RGB (Red+Green+Blue) = 245+69+25=339 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.27% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 245 - color contains mainly: red. Hex color #F54519 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54519 is #0ABAE6. Grayscale: #747474. Windows color (decimal): -703207 or 1656309. OLE color: 1656309.

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

Color convert

RGB 245 69 25 -
CMYK 0 0.72 0.90 0.04
HSL 12º 0.92% 0.53% -
HSV(B) 12º 0.9% 0.96% -
XYZ 39.96 23.74 3.4 -
YUV 116.61 76.31 219.58 -
System Red Green Blue C M Y K H S L
Decimal 245 69 25 0 0.72 0.90 0.04 12 0.92 0.53
Hex F5 45 19 0 48 5A 4 C 5C 35
Octal 365 105 31 0 110 132 4 14 134 65
Binary 11110101 1000101 11001 0 1001000 1011010 100 1100 1011100 110101

Color Harmonies of #F54519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54519

Black with #F54519

Text Example


Text Example

White with #F54519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54519; }

 p { color: rgb(245,69,25); }

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

background-color css

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

 a { background-color: rgb(245,69,25); }

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

border-color css

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

 span { border-color: rgb(245,69,25); }

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