Html Css Color HEX #F5301D Red Orange

📋 copy color: '#F5301D'

red 245 ◦ green 48 ◦ blue 29

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

Shades of Red Orange #F5301D

Tints of Red Orange #F5301D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.91%

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

R = 76.09%
G = 14.91%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F5301D (or 0xF5301D) is known color: Red Orange. HEX triplet: F5, 30 and 1D. RGB value is (245,48,29). Sum of RGB (Red+Green+Blue) = 245+48+29=322 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.09% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 245 - color contains mainly: red. Hex color #F5301D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5301D is #0ACFE2. Grayscale: #696969. Windows color (decimal): -708579 or 1913077. OLE color: 1913077.

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

Color convert

RGB 245 48 29 -
CMYK 0 0.80 0.88 0.04
HSL 5.28º 0.92% 0.54% -
HSV(B) 5.28º 0.88% 0.96% -
XYZ 38.93 21.62 3.28 -
YUV 104.74 85.27 228.04 -
System Red Green Blue C M Y K H S L
Decimal 245 48 29 0 0.80 0.88 0.04 5.28 0.92 0.54
Hex F5 30 1D 0 50 58 4 5 5C 36
Octal 365 60 35 0 120 130 4 5 134 66
Binary 11110101 110000 11101 0 1010000 1011000 100 101 1011100 110110

Color Harmonies of #F5301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5301D

Black with #F5301D

Text Example


Text Example

White with #F5301D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5301D; }

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

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

background-color css

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

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

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

border-color css

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

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

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