Html Css Color HEX #F53B28 Red Orange

📋 copy color: '#F53B28'

red 245 ◦ green 59 ◦ blue 40

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

Shades of Red Orange #F53B28

Tints of Red Orange #F53B28

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.15%

 BLUE value IS 40 (16.02% from 255) = 11.63%

R = 71.22%
G = 17.15%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F53B28 (or 0xF53B28) is known color: Red Orange. HEX triplet: F5, 3B and 28. RGB value is (245,59,40). Sum of RGB (Red+Green+Blue) = 245+59+40=344 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.22% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 245 - color contains mainly: red. Hex color #F53B28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53B28 is #0AC4D7. Grayscale: #707070. Windows color (decimal): -705752 or 2636789. OLE color: 2636789.

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

Color convert

RGB 245 59 40 -
CMYK 0 0.76 0.84 0.04
HSL 5.56º 0.91% 0.56% -
HSV(B) 5.56º 0.84% 0.96% -
XYZ 39.6 22.69 4.3 -
YUV 112.45 87.12 222.54 -
System Red Green Blue C M Y K H S L
Decimal 245 59 40 0 0.76 0.84 0.04 5.56 0.91 0.56
Hex F5 3B 28 0 4C 54 4 6 5B 38
Octal 365 73 50 0 114 124 4 6 133 70
Binary 11110101 111011 101000 0 1001100 1010100 100 110 1011011 111000

Color Harmonies of #F53B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53B28

Black with #F53B28

Text Example


Text Example

White with #F53B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53B28; }

 p { color: rgb(245,59,40); }

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

background-color css

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

 a { background-color: rgb(245,59,40); }

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

border-color css

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

 span { border-color: rgb(245,59,40); }

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