Html Css Color HEX #F53328 Red Orange

📋 copy color: '#F53328'

red 245 ◦ green 51 ◦ blue 40

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

Shades of Red Orange #F53328

Tints of Red Orange #F53328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.9%

R = 72.92%
G = 15.18%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F53328 (or 0xF53328) is known color: Red Orange. HEX triplet: F5, 33 and 28. RGB value is (245,51,40). Sum of RGB (Red+Green+Blue) = 245+51+40=336 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.92% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 245 - color contains mainly: red. Hex color #F53328 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53328 is #0ACCD7. Grayscale: #6B6B6B. Windows color (decimal): -707800 or 2634741. OLE color: 2634741.

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

Color convert

RGB 245 51 40 -
CMYK 0 0.79 0.84 0.04
HSL 3.22º 0.91% 0.56% -
HSV(B) 3.22º 0.84% 0.96% -
XYZ 39.22 21.93 4.17 -
YUV 107.75 89.77 225.89 -
System Red Green Blue C M Y K H S L
Decimal 245 51 40 0 0.79 0.84 0.04 3.22 0.91 0.56
Hex F5 33 28 0 4F 54 4 3 5B 38
Octal 365 63 50 0 117 124 4 3 133 70
Binary 11110101 110011 101000 0 1001111 1010100 100 11 1011011 111000

Color Harmonies of #F53328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53328

Black with #F53328

Text Example


Text Example

White with #F53328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53328; }

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

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

background-color css

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

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

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

border-color css

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

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

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