Html Css Color HEX #F53E2A Red Orange

📋 copy color: '#F53E2A'

red 245 ◦ green 62 ◦ blue 42

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

Shades of Red Orange #F53E2A

Tints of Red Orange #F53E2A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.77%

 BLUE value IS 42 (16.8% from 255) = 12.03%

R = 70.2%
G = 17.77%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F53E2A (or 0xF53E2A) is known color: Red Orange. HEX triplet: F5, 3E and 2A. RGB value is (245,62,42). Sum of RGB (Red+Green+Blue) = 245+62+42=349 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.20% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 245 - color contains mainly: red. Hex color #F53E2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53E2A is #0AC1D5. Grayscale: #727272. Windows color (decimal): -704982 or 2768629. OLE color: 2768629.

HSL color Cylindrical-coordinate representation of color #F53E2A: hue angle of 5.91º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F53E2A is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 62 42 -
CMYK 0 0.75 0.83 0.04
HSL 5.91º 0.91% 0.56% -
HSV(B) 5.91º 0.83% 0.96% -
XYZ 39.8 23.02 4.54 -
YUV 114.44 87.13 221.13 -
System Red Green Blue C M Y K H S L
Decimal 245 62 42 0 0.75 0.83 0.04 5.91 0.91 0.56
Hex F5 3E 2A 0 4B 53 4 6 5B 38
Octal 365 76 52 0 113 123 4 6 133 70
Binary 11110101 111110 101010 0 1001011 1010011 100 110 1011011 111000

Color Harmonies of #F53E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53E2A

Black with #F53E2A

Text Example


Text Example

White with #F53E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53E2A; }

 p { color: rgb(245,62,42); }

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

background-color css

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

 a { background-color: rgb(245,62,42); }

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

border-color css

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

 span { border-color: rgb(245,62,42); }

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