Html Css Color HEX #F53812 Orange Red

📋 copy color: '#F53812'

red 245 ◦ green 56 ◦ blue 18

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

Shades of Orange Red #F53812

Tints of Orange Red #F53812

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.55%

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

R = 76.8%
G = 17.55%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F53812 (or 0xF53812) is known color: Orange Red. HEX triplet: F5, 38 and 12. RGB value is (245,56,18). Sum of RGB (Red+Green+Blue) = 245+56+18=319 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.80% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 245 - color contains mainly: red. Hex color #F53812 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53812 is #0AC7ED. Grayscale: #6C6C6C. Windows color (decimal): -706542 or 1194229. OLE color: 1194229.

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

Color convert

RGB 245 56 18 -
CMYK 0 0.77 0.93 0.04
HSL 10.04º 0.92% 0.52% -
HSV(B) 10.04º 0.93% 0.96% -
XYZ 39.18 22.28 2.81 -
YUV 108.18 77.12 225.59 -
System Red Green Blue C M Y K H S L
Decimal 245 56 18 0 0.77 0.93 0.04 10.04 0.92 0.52
Hex F5 38 12 0 4D 5D 4 A 5C 34
Octal 365 70 22 0 115 135 4 12 134 64
Binary 11110101 111000 10010 0 1001101 1011101 100 1010 1011100 110100

Color Harmonies of #F53812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53812

Black with #F53812

Text Example


Text Example

White with #F53812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53812; }

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

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

background-color css

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

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

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

border-color css

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

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

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