Html Css Color HEX #F5401B Red Orange

📋 copy color: '#F5401B'

red 245 ◦ green 64 ◦ blue 27

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

Shades of Red Orange #F5401B

Tints of Red Orange #F5401B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.04%

R = 72.92%
G = 19.05%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5401B (or 0xF5401B) is known color: Red Orange. HEX triplet: F5, 40 and 1B. RGB value is (245,64,27). Sum of RGB (Red+Green+Blue) = 245+64+27=336 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.92% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 245 - color contains mainly: red. Hex color #F5401B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5401B is #0ABFE4. Grayscale: #727272. Windows color (decimal): -704485 or 1786101. OLE color: 1786101.

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

Color convert

RGB 245 64 27 -
CMYK 0 0.74 0.89 0.04
HSL 10.18º 0.92% 0.53% -
HSV(B) 10.18º 0.89% 0.96% -
XYZ 39.69 23.16 3.42 -
YUV 113.9 78.97 221.51 -
System Red Green Blue C M Y K H S L
Decimal 245 64 27 0 0.74 0.89 0.04 10.18 0.92 0.53
Hex F5 40 1B 0 4A 59 4 A 5C 35
Octal 365 100 33 0 112 131 4 12 134 65
Binary 11110101 1000000 11011 0 1001010 1011001 100 1010 1011100 110101

Color Harmonies of #F5401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5401B

Black with #F5401B

Text Example


Text Example

White with #F5401B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5401B; }

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

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

background-color css

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

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

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

border-color css

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

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

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