Html Css Color HEX #F54819 Orange Red

📋 copy color: '#F54819'

red 245 ◦ green 72 ◦ blue 25

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

Shades of Orange Red #F54819

Tints of Orange Red #F54819

RGB

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

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

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

R = 71.64%
G = 21.05%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F54819 (or 0xF54819) is known color: Orange Red. HEX triplet: F5, 48 and 19. RGB value is (245,72,25). Sum of RGB (Red+Green+Blue) = 245+72+25=342 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.64% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 245 - color contains mainly: red. Hex color #F54819 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54819 is #0AB7E6. Grayscale: #767676. Windows color (decimal): -702439 or 1657077. OLE color: 1657077.

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

Color convert

RGB 245 72 25 -
CMYK 0 0.71 0.90 0.04
HSL 12.82º 0.92% 0.53% -
HSV(B) 12.82º 0.9% 0.96% -
XYZ 40.15 24.12 3.46 -
YUV 118.37 75.31 218.32 -
System Red Green Blue C M Y K H S L
Decimal 245 72 25 0 0.71 0.90 0.04 12.82 0.92 0.53
Hex F5 48 19 0 47 5A 4 D 5C 35
Octal 365 110 31 0 107 132 4 15 134 65
Binary 11110101 1001000 11001 0 1000111 1011010 100 1101 1011100 110101

Color Harmonies of #F54819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54819

Black with #F54819

Text Example


Text Example

White with #F54819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54819; }

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

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

background-color css

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

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

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

border-color css

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

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

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