Html Css Color HEX #F54814 Orange Red

📋 copy color: '#F54814'

red 245 ◦ green 72 ◦ blue 20

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

Shades of Orange Red #F54814

Tints of Orange Red #F54814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.93%

R = 72.7%
G = 21.36%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F54814 (or 0xF54814) is known color: Orange Red. HEX triplet: F5, 48 and 14. RGB value is (245,72,20). Sum of RGB (Red+Green+Blue) = 245+72+20=337 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.70% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 245 - color contains mainly: red. Hex color #F54814 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54814 is #0AB7EB. Grayscale: #767676. Windows color (decimal): -702444 or 1329397. OLE color: 1329397.

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

Color convert

RGB 245 72 20 -
CMYK 0 0.71 0.92 0.04
HSL 13.87º 0.92% 0.52% -
HSV(B) 13.87º 0.92% 0.96% -
XYZ 40.1 24.1 3.2 -
YUV 117.8 72.81 218.73 -
System Red Green Blue C M Y K H S L
Decimal 245 72 20 0 0.71 0.92 0.04 13.87 0.92 0.52
Hex F5 48 14 0 47 5C 4 E 5C 34
Octal 365 110 24 0 107 134 4 16 134 64
Binary 11110101 1001000 10100 0 1000111 1011100 100 1110 1011100 110100

Color Harmonies of #F54814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54814

Black with #F54814

Text Example


Text Example

White with #F54814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54814; }

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

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

background-color css

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

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

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

border-color css

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

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

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