Html Css Color HEX #F54818 Orange Red

📋 copy color: '#F54818'

red 245 ◦ green 72 ◦ blue 24

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

Shades of Orange Red #F54818

Tints of Orange Red #F54818

RGB

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

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

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

R = 71.85%
G = 21.11%
B = 7.04%

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

#F54818 (or 0xF54818) is known color: Orange Red. HEX triplet: F5, 48 and 18. RGB value is (245,72,24). Sum of RGB (Red+Green+Blue) = 245+72+24=341 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.85% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 245 - color contains mainly: red. Hex color #F54818 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54818 is #0AB7E7. Grayscale: #767676. Windows color (decimal): -702440 or 1591541. OLE color: 1591541.

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

Color convert

RGB 245 72 24 -
CMYK 0 0.71 0.90 0.04
HSL 13.03º 0.92% 0.53% -
HSV(B) 13.03º 0.9% 0.96% -
XYZ 40.14 24.11 3.4 -
YUV 118.26 74.81 218.4 -
System Red Green Blue C M Y K H S L
Decimal 245 72 24 0 0.71 0.90 0.04 13.03 0.92 0.53
Hex F5 48 18 0 47 5A 4 D 5C 35
Octal 365 110 30 0 107 132 4 15 134 65
Binary 11110101 1001000 11000 0 1000111 1011010 100 1101 1011100 110101

Color Harmonies of #F54818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54818

Black with #F54818

Text Example


Text Example

White with #F54818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54818; }

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

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

background-color css

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

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

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

border-color css

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

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

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