Html Css Color HEX #F53A1B Red Orange

📋 copy color: '#F53A1B'

red 245 ◦ green 58 ◦ blue 27

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

Shades of Red Orange #F53A1B

Tints of Red Orange #F53A1B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.58%

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

R = 74.24%
G = 17.58%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F53A1B (or 0xF53A1B) is known color: Red Orange. HEX triplet: F5, 3A and 1B. RGB value is (245,58,27). Sum of RGB (Red+Green+Blue) = 245+58+27=330 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.24% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 245 - color contains mainly: red. Hex color #F53A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53A1B is #0AC5E4. Grayscale: #6E6E6E. Windows color (decimal): -706021 or 1784565. OLE color: 1784565.

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

Color convert

RGB 245 58 27 -
CMYK 0 0.76 0.89 0.04
HSL 8.53º 0.92% 0.53% -
HSV(B) 8.53º 0.89% 0.96% -
XYZ 39.37 22.52 3.31 -
YUV 110.38 80.95 224.02 -
System Red Green Blue C M Y K H S L
Decimal 245 58 27 0 0.76 0.89 0.04 8.53 0.92 0.53
Hex F5 3A 1B 0 4C 59 4 9 5C 35
Octal 365 72 33 0 114 131 4 11 134 65
Binary 11110101 111010 11011 0 1001100 1011001 100 1001 1011100 110101

Color Harmonies of #F53A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53A1B

Black with #F53A1B

Text Example


Text Example

White with #F53A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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