Html Css Color HEX #F5341D Red Orange

📋 copy color: '#F5341D'

red 245 ◦ green 52 ◦ blue 29

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

Shades of Red Orange #F5341D

Tints of Red Orange #F5341D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.9%

R = 75.15%
G = 15.95%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F5341D (or 0xF5341D) is known color: Red Orange. HEX triplet: F5, 34 and 1D. RGB value is (245,52,29). Sum of RGB (Red+Green+Blue) = 245+52+29=326 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.15% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 29 (11.72% from 255 or 8.90% from 326); Max value from RGB is 245 - color contains mainly: red. Hex color #F5341D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5341D is #0ACBE2. Grayscale: #6B6B6B. Windows color (decimal): -707555 or 1914101. OLE color: 1914101.

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

Color convert

RGB 245 52 29 -
CMYK 0 0.79 0.88 0.04
HSL 6.39º 0.92% 0.54% -
HSV(B) 6.39º 0.88% 0.96% -
XYZ 39.11 21.96 3.34 -
YUV 107.09 83.94 226.37 -
System Red Green Blue C M Y K H S L
Decimal 245 52 29 0 0.79 0.88 0.04 6.39 0.92 0.54
Hex F5 34 1D 0 4F 58 4 6 5C 36
Octal 365 64 35 0 117 130 4 6 134 66
Binary 11110101 110100 11101 0 1001111 1011000 100 110 1011100 110110

Color Harmonies of #F5341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5341D

Black with #F5341D

Text Example


Text Example

White with #F5341D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5341D; }

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

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

background-color css

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

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

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

border-color css

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

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

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