Html Css Color HEX #F54918 Orange Red

📋 copy color: '#F54918'

red 245 ◦ green 73 ◦ blue 24

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

Shades of Orange Red #F54918

Tints of Orange Red #F54918

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.35%

 BLUE value IS 24 (9.77% from 255) = 7.02%

R = 71.64%
G = 21.35%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F54918 (or 0xF54918) is known color: Orange Red. HEX triplet: F5, 49 and 18. RGB value is (245,73,24). Sum of RGB (Red+Green+Blue) = 245+73+24=342 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.64% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 245 - color contains mainly: red. Hex color #F54918 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54918 is #0AB6E7. Grayscale: #777777. Windows color (decimal): -702184 or 1591797. OLE color: 1591797.

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

Color convert

RGB 245 73 24 -
CMYK 0 0.70 0.90 0.04
HSL 13.3º 0.92% 0.53% -
HSV(B) 13.3º 0.9% 0.96% -
XYZ 40.2 24.24 3.42 -
YUV 118.84 74.48 217.98 -
System Red Green Blue C M Y K H S L
Decimal 245 73 24 0 0.70 0.90 0.04 13.3 0.92 0.53
Hex F5 49 18 0 46 5A 4 D 5C 35
Octal 365 111 30 0 106 132 4 15 134 65
Binary 11110101 1001001 11000 0 1000110 1011010 100 1101 1011100 110101

Color Harmonies of #F54918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54918

Black with #F54918

Text Example


Text Example

White with #F54918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54918; }

 p { color: rgb(245,73,24); }

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

background-color css

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

 a { background-color: rgb(245,73,24); }

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

border-color css

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

 span { border-color: rgb(245,73,24); }

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