Html Css Color HEX #F53D28 Red Orange

📋 copy color: '#F53D28'

red 245 ◦ green 61 ◦ blue 40

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

Shades of Red Orange #F53D28

Tints of Red Orange #F53D28

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.63%

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

R = 70.81%
G = 17.63%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F53D28 (or 0xF53D28) is known color: Red Orange. HEX triplet: F5, 3D and 28. RGB value is (245,61,40). Sum of RGB (Red+Green+Blue) = 245+61+40=346 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.81% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 40 (16.02% from 255 or 11.56% from 346); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53D28 is #0AC2D7. Grayscale: #717171. Windows color (decimal): -705240 or 2637301. OLE color: 2637301.

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

Color convert

RGB 245 61 40 -
CMYK 0 0.75 0.84 0.04
HSL 6.15º 0.91% 0.56% -
HSV(B) 6.15º 0.84% 0.96% -
XYZ 39.71 22.9 4.34 -
YUV 113.62 86.46 221.71 -
System Red Green Blue C M Y K H S L
Decimal 245 61 40 0 0.75 0.84 0.04 6.15 0.91 0.56
Hex F5 3D 28 0 4B 54 4 6 5B 38
Octal 365 75 50 0 113 124 4 6 133 70
Binary 11110101 111101 101000 0 1001011 1010100 100 110 1011011 111000

Color Harmonies of #F53D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53D28

Black with #F53D28

Text Example


Text Example

White with #F53D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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