Html Css Color HEX #F53329 Red Orange

📋 copy color: '#F53329'

red 245 ◦ green 51 ◦ blue 41

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

Shades of Red Orange #F53329

Tints of Red Orange #F53329

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.13%

 BLUE value IS 41 (16.41% from 255) = 12.17%

R = 72.7%
G = 15.13%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F53329 (or 0xF53329) is known color: Red Orange. HEX triplet: F5, 33 and 29. RGB value is (245,51,41). Sum of RGB (Red+Green+Blue) = 245+51+41=337 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.70% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 41 (16.41% from 255 or 12.17% from 337); Max value from RGB is 245 - color contains mainly: red. Hex color #F53329 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53329 is #0ACCD6. Grayscale: #6C6C6C. Windows color (decimal): -707799 or 2700277. OLE color: 2700277.

HSL color Cylindrical-coordinate representation of color #F53329: hue angle of 2.94º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F53329 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 51 41 -
CMYK 0 0.79 0.83 0.04
HSL 2.94º 0.91% 0.56% -
HSV(B) 2.94º 0.83% 0.96% -
XYZ 39.24 21.94 4.26 -
YUV 107.87 90.27 225.81 -
System Red Green Blue C M Y K H S L
Decimal 245 51 41 0 0.79 0.83 0.04 2.94 0.91 0.56
Hex F5 33 29 0 4F 53 4 3 5B 38
Octal 365 63 51 0 117 123 4 3 133 70
Binary 11110101 110011 101001 0 1001111 1010011 100 11 1011011 111000

Color Harmonies of #F53329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53329

Black with #F53329

Text Example


Text Example

White with #F53329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53329; }

 p { color: rgb(245,51,41); }

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

background-color css

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

 a { background-color: rgb(245,51,41); }

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

border-color css

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

 span { border-color: rgb(245,51,41); }

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