Html Css Color HEX #F53228 Red Orange

📋 copy color: '#F53228'

red 245 ◦ green 50 ◦ blue 40

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

Shades of Red Orange #F53228

Tints of Red Orange #F53228

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.93%

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

R = 73.13%
G = 14.93%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F53228 (or 0xF53228) is known color: Red Orange. HEX triplet: F5, 32 and 28. RGB value is (245,50,40). Sum of RGB (Red+Green+Blue) = 245+50+40=335 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.13% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 245 - color contains mainly: red. Hex color #F53228 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53228 is #0ACDD7. Grayscale: #6B6B6B. Windows color (decimal): -708056 or 2634485. OLE color: 2634485.

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

Color convert

RGB 245 50 40 -
CMYK 0 0.80 0.84 0.04
HSL 2.93º 0.91% 0.56% -
HSV(B) 2.93º 0.84% 0.96% -
XYZ 39.18 21.85 4.16 -
YUV 107.17 90.1 226.31 -
System Red Green Blue C M Y K H S L
Decimal 245 50 40 0 0.80 0.84 0.04 2.93 0.91 0.56
Hex F5 32 28 0 50 54 4 3 5B 38
Octal 365 62 50 0 120 124 4 3 133 70
Binary 11110101 110010 101000 0 1010000 1010100 100 11 1011011 111000

Color Harmonies of #F53228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53228

Black with #F53228

Text Example


Text Example

White with #F53228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53228; }

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

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

background-color css

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

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

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

border-color css

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

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

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