Html Css Color HEX #F54012 Orange Red

📋 copy color: '#F54012'

red 245 ◦ green 64 ◦ blue 18

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

Shades of Orange Red #F54012

Tints of Orange Red #F54012

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.57%

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

R = 74.92%
G = 19.57%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F54012 (or 0xF54012) is known color: Orange Red. HEX triplet: F5, 40 and 12. RGB value is (245,64,18). Sum of RGB (Red+Green+Blue) = 245+64+18=327 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.92% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 245 - color contains mainly: red. Hex color #F54012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54012 is #0ABFED. Grayscale: #717171. Windows color (decimal): -704494 or 1196277. OLE color: 1196277.

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

Color convert

RGB 245 64 18 -
CMYK 0 0.74 0.93 0.04
HSL 12.16º 0.92% 0.52% -
HSV(B) 12.16º 0.93% 0.96% -
XYZ 39.6 23.12 2.95 -
YUV 112.88 74.47 222.24 -
System Red Green Blue C M Y K H S L
Decimal 245 64 18 0 0.74 0.93 0.04 12.16 0.92 0.52
Hex F5 40 12 0 4A 5D 4 C 5C 34
Octal 365 100 22 0 112 135 4 14 134 64
Binary 11110101 1000000 10010 0 1001010 1011101 100 1100 1011100 110100

Color Harmonies of #F54012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54012

Black with #F54012

Text Example


Text Example

White with #F54012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54012; }

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

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

background-color css

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

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

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

border-color css

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

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

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