Html Css Color HEX #F53C0D Orange Red

📋 copy color: '#F53C0D'

red 245 ◦ green 60 ◦ blue 13

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

Shades of Orange Red #F53C0D

Tints of Orange Red #F53C0D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.87%

 BLUE value IS 13 (5.47% from 255) = 4.09%

R = 77.04%
G = 18.87%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F53C0D (or 0xF53C0D) is known color: Orange Red. HEX triplet: F5, 3C and 0D. RGB value is (245,60,13). Sum of RGB (Red+Green+Blue) = 245+60+13=318 (42% of max value = 765). Red value is 245 (96.09% from 255 or 77.04% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 245 - color contains mainly: red. Hex color #F53C0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53C0D is #0AC3F2. Grayscale: #6E6E6E. Windows color (decimal): -705523 or 867573. OLE color: 867573.

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

Color convert

RGB 245 60 13 -
CMYK 0 0.76 0.95 0.04
HSL 12.16º 0.92% 0.51% -
HSV(B) 12.16º 0.95% 0.96% -
XYZ 39.34 22.67 2.68 -
YUV 109.96 73.29 224.32 -
System Red Green Blue C M Y K H S L
Decimal 245 60 13 0 0.76 0.95 0.04 12.16 0.92 0.51
Hex F5 3C D 0 4C 5F 4 C 5C 33
Octal 365 74 15 0 114 137 4 14 134 63
Binary 11110101 111100 1101 0 1001100 1011111 100 1100 1011100 110011

Color Harmonies of #F53C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53C0D

Black with #F53C0D

Text Example


Text Example

White with #F53C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53C0D; }

 p { color: rgb(245,60,13); }

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

background-color css

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

 a { background-color: rgb(245,60,13); }

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

border-color css

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

 span { border-color: rgb(245,60,13); }

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