Html Css Color HEX #F5401D Red Orange

📋 copy color: '#F5401D'

red 245 ◦ green 64 ◦ blue 29

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

Shades of Red Orange #F5401D

Tints of Red Orange #F5401D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.93%

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

R = 72.49%
G = 18.93%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F5401D (or 0xF5401D) is known color: Red Orange. HEX triplet: F5, 40 and 1D. RGB value is (245,64,29). Sum of RGB (Red+Green+Blue) = 245+64+29=338 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.49% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 29 (11.72% from 255 or 8.58% from 338); Max value from RGB is 245 - color contains mainly: red. Hex color #F5401D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5401D is #0ABFE2. Grayscale: #727272. Windows color (decimal): -704483 or 1917173. OLE color: 1917173.

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

Color convert

RGB 245 64 29 -
CMYK 0 0.74 0.88 0.04
HSL 9.72º 0.92% 0.54% -
HSV(B) 9.72º 0.88% 0.96% -
XYZ 39.71 23.17 3.54 -
YUV 114.13 79.97 221.35 -
System Red Green Blue C M Y K H S L
Decimal 245 64 29 0 0.74 0.88 0.04 9.72 0.92 0.54
Hex F5 40 1D 0 4A 58 4 A 5C 36
Octal 365 100 35 0 112 130 4 12 134 66
Binary 11110101 1000000 11101 0 1001010 1011000 100 1010 1011100 110110

Color Harmonies of #F5401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5401D

Black with #F5401D

Text Example


Text Example

White with #F5401D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5401D; }

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

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

background-color css

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

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

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

border-color css

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

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

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