Html Css Color HEX #F53A09 Orange Red

📋 copy color: '#F53A09'

red 245 ◦ green 58 ◦ blue 9

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

Shades of Orange Red #F53A09

Tints of Orange Red #F53A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.88%

R = 78.53%
G = 18.59%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F53A09 (or 0xF53A09) is known color: Orange Red. HEX triplet: F5, 3A and 09. RGB value is (245,58,9). Sum of RGB (Red+Green+Blue) = 245+58+9=312 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.53% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 9 (3.91% from 255 or 2.88% from 312); Max value from RGB is 245 - color contains mainly: red. Hex color #F53A09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53A09 is #0AC5F6. Grayscale: #6C6C6C. Windows color (decimal): -706039 or 604917. OLE color: 604917.

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

Color convert

RGB 245 58 9 -
CMYK 0 0.76 0.96 0.04
HSL 12.46º 0.93% 0.5% -
HSV(B) 12.46º 0.96% 0.96% -
XYZ 39.22 22.46 2.53 -
YUV 108.33 71.95 225.48 -
System Red Green Blue C M Y K H S L
Decimal 245 58 9 0 0.76 0.96 0.04 12.46 0.93 0.5
Hex F5 3A 9 0 4C 60 4 C 5D 32
Octal 365 72 11 0 114 140 4 14 135 62
Binary 11110101 111010 1001 0 1001100 1100000 100 1100 1011101 110010

Color Harmonies of #F53A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53A09

Black with #F53A09

Text Example


Text Example

White with #F53A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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