Html Css Color HEX #F54812 Orange Red

📋 copy color: '#F54812'

red 245 ◦ green 72 ◦ blue 18

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

Shades of Orange Red #F54812

Tints of Orange Red #F54812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.37%

R = 73.13%
G = 21.49%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F54812 (or 0xF54812) is known color: Orange Red. HEX triplet: F5, 48 and 12. RGB value is (245,72,18). Sum of RGB (Red+Green+Blue) = 245+72+18=335 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.13% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 245 - color contains mainly: red. Hex color #F54812 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54812 is #0AB7ED. Grayscale: #757575. Windows color (decimal): -702446 or 1198325. OLE color: 1198325.

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

Color convert

RGB 245 72 18 -
CMYK 0 0.71 0.93 0.04
HSL 14.27º 0.92% 0.52% -
HSV(B) 14.27º 0.93% 0.96% -
XYZ 40.08 24.09 3.11 -
YUV 117.57 71.81 218.89 -
System Red Green Blue C M Y K H S L
Decimal 245 72 18 0 0.71 0.93 0.04 14.27 0.92 0.52
Hex F5 48 12 0 47 5D 4 E 5C 34
Octal 365 110 22 0 107 135 4 16 134 64
Binary 11110101 1001000 10010 0 1000111 1011101 100 1110 1011100 110100

Color Harmonies of #F54812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54812

Black with #F54812

Text Example


Text Example

White with #F54812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54812; }

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

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

background-color css

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

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

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

border-color css

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

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

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