Html Css Color HEX #F53F39 Red Orange

📋 copy color: '#F53F39'

red 245 ◦ green 63 ◦ blue 57

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

Shades of Red Orange #F53F39

Tints of Red Orange #F53F39

RGB

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

 GREEN value IS 63 (25% from 255) = 17.26%

 BLUE value IS 57 (22.66% from 255) = 15.62%

R = 67.12%
G = 17.26%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#F53F39 (or 0xF53F39) is known color: Red Orange. HEX triplet: F5, 3F and 39. RGB value is (245,63,57). Sum of RGB (Red+Green+Blue) = 245+63+57=365 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.12% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 245 - color contains mainly: red. Hex color #F53F39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53F39 is #0AC0C6. Grayscale: #747474. Windows color (decimal): -704711 or 3751925. OLE color: 3751925.

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

Color convert

RGB 245 63 57 -
CMYK 0 0.74 0.77 0.04
HSL 1.91º 0.9% 0.59% -
HSV(B) 1.91º 0.77% 0.96% -
XYZ 40.17 23.26 6.24 -
YUV 116.73 94.3 219.49 -
System Red Green Blue C M Y K H S L
Decimal 245 63 57 0 0.74 0.77 0.04 1.91 0.9 0.59
Hex F5 3F 39 0 4A 4D 4 2 5A 3B
Octal 365 77 71 0 112 115 4 2 132 73
Binary 11110101 111111 111001 0 1001010 1001101 100 10 1011010 111011

Color Harmonies of #F53F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53F39

Black with #F53F39

Text Example


Text Example

White with #F53F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53F39; }

 p { color: rgb(245,63,57); }

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

background-color css

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

 a { background-color: rgb(245,63,57); }

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

border-color css

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

 span { border-color: rgb(245,63,57); }

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