Html Css Color HEX #F53129 Red Orange

📋 copy color: '#F53129'

red 245 ◦ green 49 ◦ blue 41

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

Shades of Red Orange #F53129

Tints of Red Orange #F53129

RGB

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

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

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

R = 73.13%
G = 14.63%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F53129 (or 0xF53129) is known color: Red Orange. HEX triplet: F5, 31 and 29. RGB value is (245,49,41). Sum of RGB (Red+Green+Blue) = 245+49+41=335 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.13% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 41 (16.41% from 255 or 12.24% from 335); Max value from RGB is 245 - color contains mainly: red. Hex color #F53129 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53129 is #0ACED6. Grayscale: #6A6A6A. Windows color (decimal): -708311 or 2699765. OLE color: 2699765.

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

Color convert

RGB 245 49 41 -
CMYK 0 0.8 0.83 0.04
HSL 2.35º 0.91% 0.56% -
HSV(B) 2.35º 0.83% 0.96% -
XYZ 39.15 21.77 4.24 -
YUV 106.69 90.93 226.65 -
System Red Green Blue C M Y K H S L
Decimal 245 49 41 0 0.8 0.83 0.04 2.35 0.91 0.56
Hex F5 31 29 0 50 53 4 2 5B 38
Octal 365 61 51 0 120 123 4 2 133 70
Binary 11110101 110001 101001 0 1010000 1010011 100 10 1011011 111000

Color Harmonies of #F53129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53129

Black with #F53129

Text Example


Text Example

White with #F53129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53129; }

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

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

background-color css

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

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

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

border-color css

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

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

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