Html Css Color HEX #F53E2B Red Orange

📋 copy color: '#F53E2B'

red 245 ◦ green 62 ◦ blue 43

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

Shades of Red Orange #F53E2B

Tints of Red Orange #F53E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.29%

R = 70%
G = 17.71%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F53E2B (or 0xF53E2B) is known color: Red Orange. HEX triplet: F5, 3E and 2B. RGB value is (245,62,43). Sum of RGB (Red+Green+Blue) = 245+62+43=350 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 245 - color contains mainly: red. Hex color #F53E2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53E2B is #0AC1D4. Grayscale: #727272. Windows color (decimal): -704981 or 2834165. OLE color: 2834165.

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

Color convert

RGB 245 62 43 -
CMYK 0 0.75 0.82 0.04
HSL 5.64º 0.91% 0.56% -
HSV(B) 5.64º 0.82% 0.96% -
XYZ 39.81 23.03 4.63 -
YUV 114.55 87.63 221.04 -
System Red Green Blue C M Y K H S L
Decimal 245 62 43 0 0.75 0.82 0.04 5.64 0.91 0.56
Hex F5 3E 2B 0 4B 52 4 6 5B 38
Octal 365 76 53 0 113 122 4 6 133 70
Binary 11110101 111110 101011 0 1001011 1010010 100 110 1011011 111000

Color Harmonies of #F53E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53E2B

Black with #F53E2B

Text Example


Text Example

White with #F53E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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