Html Css Color HEX #F5301B Red Orange

📋 copy color: '#F5301B'

red 245 ◦ green 48 ◦ blue 27

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

Shades of Red Orange #F5301B

Tints of Red Orange #F5301B

RGB

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

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

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

R = 76.56%
G = 15%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5301B (or 0xF5301B) is known color: Red Orange. HEX triplet: F5, 30 and 1B. RGB value is (245,48,27). Sum of RGB (Red+Green+Blue) = 245+48+27=320 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.56% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 245 - color contains mainly: red. Hex color #F5301B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5301B is #0ACFE4. Grayscale: #686868. Windows color (decimal): -708581 or 1782005. OLE color: 1782005.

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

Color convert

RGB 245 48 27 -
CMYK 0 0.80 0.89 0.04
HSL 5.78º 0.92% 0.53% -
HSV(B) 5.78º 0.89% 0.96% -
XYZ 38.91 21.61 3.16 -
YUV 104.51 84.27 228.21 -
System Red Green Blue C M Y K H S L
Decimal 245 48 27 0 0.80 0.89 0.04 5.78 0.92 0.53
Hex F5 30 1B 0 50 59 4 6 5C 35
Octal 365 60 33 0 120 131 4 6 134 65
Binary 11110101 110000 11011 0 1010000 1011001 100 110 1011100 110101

Color Harmonies of #F5301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5301B

Black with #F5301B

Text Example


Text Example

White with #F5301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5301B; }

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

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

background-color css

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

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

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

border-color css

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

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

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