Html Css Color HEX #F53429 Red Orange

📋 copy color: '#F53429'

red 245 ◦ green 52 ◦ blue 41

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

Shades of Red Orange #F53429

Tints of Red Orange #F53429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.38%

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

R = 72.49%
G = 15.38%
B = 12.13%

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

#F53429 (or 0xF53429) is known color: Red Orange. HEX triplet: F5, 34 and 29. RGB value is (245,52,41). Sum of RGB (Red+Green+Blue) = 245+52+41=338 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.49% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 41 (16.41% from 255 or 12.13% from 338); Max value from RGB is 245 - color contains mainly: red. Hex color #F53429 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53429 is #0ACBD6. Grayscale: #6C6C6C. Windows color (decimal): -707543 or 2700533. OLE color: 2700533.

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

Color convert

RGB 245 52 41 -
CMYK 0 0.79 0.83 0.04
HSL 3.24º 0.91% 0.56% -
HSV(B) 3.24º 0.83% 0.96% -
XYZ 39.28 22.03 4.28 -
YUV 108.45 89.94 225.39 -
System Red Green Blue C M Y K H S L
Decimal 245 52 41 0 0.79 0.83 0.04 3.24 0.91 0.56
Hex F5 34 29 0 4F 53 4 3 5B 38
Octal 365 64 51 0 117 123 4 3 133 70
Binary 11110101 110100 101001 0 1001111 1010011 100 11 1011011 111000

Color Harmonies of #F53429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53429

Black with #F53429

Text Example


Text Example

White with #F53429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53429; }

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

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

background-color css

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

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

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

border-color css

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

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

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