Html Css Color HEX #F54512 Orange Red

📋 copy color: '#F54512'

red 245 ◦ green 69 ◦ blue 18

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

Shades of Orange Red #F54512

Tints of Orange Red #F54512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.78%

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

R = 73.8%
G = 20.78%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F54512 (or 0xF54512) is known color: Orange Red. HEX triplet: F5, 45 and 12. RGB value is (245,69,18). Sum of RGB (Red+Green+Blue) = 245+69+18=332 (43% of max value = 765). Red value is 245 (96.09% from 255 or 73.80% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 245 - color contains mainly: red. Hex color #F54512 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54512 is #0ABAED. Grayscale: #747474. Windows color (decimal): -703214 or 1197557. OLE color: 1197557.

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

Color convert

RGB 245 69 18 -
CMYK 0 0.72 0.93 0.04
HSL 13.48º 0.92% 0.52% -
HSV(B) 13.48º 0.93% 0.96% -
XYZ 39.89 23.71 3.05 -
YUV 115.81 72.81 220.15 -
System Red Green Blue C M Y K H S L
Decimal 245 69 18 0 0.72 0.93 0.04 13.48 0.92 0.52
Hex F5 45 12 0 48 5D 4 D 5C 34
Octal 365 105 22 0 110 135 4 15 134 64
Binary 11110101 1000101 10010 0 1001000 1011101 100 1101 1011100 110100

Color Harmonies of #F54512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54512

Black with #F54512

Text Example


Text Example

White with #F54512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54512; }

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

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

background-color css

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

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

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

border-color css

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

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

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