Html Css Color HEX #F53A0D Orange Red

📋 copy color: '#F53A0D'

red 245 ◦ green 58 ◦ blue 13

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

Shades of Orange Red #F53A0D

Tints of Orange Red #F53A0D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.35%

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

R = 77.53%
G = 18.35%
B = 4.11%

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

#F53A0D (or 0xF53A0D) is known color: Orange Red. HEX triplet: F5, 3A and 0D. RGB value is (245,58,13). Sum of RGB (Red+Green+Blue) = 245+58+13=316 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.53% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 245 - color contains mainly: red. Hex color #F53A0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53A0D is #0AC5F2. Grayscale: #6D6D6D. Windows color (decimal): -706035 or 867061. OLE color: 867061.

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

Color convert

RGB 245 58 13 -
CMYK 0 0.76 0.95 0.04
HSL 11.64º 0.92% 0.51% -
HSV(B) 11.64º 0.95% 0.96% -
XYZ 39.24 22.47 2.65 -
YUV 108.78 73.95 225.16 -
System Red Green Blue C M Y K H S L
Decimal 245 58 13 0 0.76 0.95 0.04 11.64 0.92 0.51
Hex F5 3A D 0 4C 5F 4 C 5C 33
Octal 365 72 15 0 114 137 4 14 134 63
Binary 11110101 111010 1101 0 1001100 1011111 100 1100 1011100 110011

Color Harmonies of #F53A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53A0D

Black with #F53A0D

Text Example


Text Example

White with #F53A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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