Html Css Color HEX #F53128 Red Orange

📋 copy color: '#F53128'

red 245 ◦ green 49 ◦ blue 40

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

Shades of Red Orange #F53128

Tints of Red Orange #F53128

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.67%

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

R = 73.35%
G = 14.67%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F53128 (or 0xF53128) is known color: Red Orange. HEX triplet: F5, 31 and 28. RGB value is (245,49,40). Sum of RGB (Red+Green+Blue) = 245+49+40=334 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.35% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 245 - color contains mainly: red. Hex color #F53128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53128 is #0ACED7. Grayscale: #6A6A6A. Windows color (decimal): -708312 or 2634229. OLE color: 2634229.

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

Color convert

RGB 245 49 40 -
CMYK 0 0.8 0.84 0.04
HSL 2.63º 0.91% 0.56% -
HSV(B) 2.63º 0.84% 0.96% -
XYZ 39.14 21.76 4.15 -
YUV 106.58 90.43 226.73 -
System Red Green Blue C M Y K H S L
Decimal 245 49 40 0 0.8 0.84 0.04 2.63 0.91 0.56
Hex F5 31 28 0 50 54 4 3 5B 38
Octal 365 61 50 0 120 124 4 3 133 70
Binary 11110101 110001 101000 0 1010000 1010100 100 11 1011011 111000

Color Harmonies of #F53128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53128

Black with #F53128

Text Example


Text Example

White with #F53128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53128; }

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

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

background-color css

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

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

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

border-color css

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

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

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