Html Css Color HEX #F53F28 Red Orange

📋 copy color: '#F53F28'

red 245 ◦ green 63 ◦ blue 40

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

Shades of Red Orange #F53F28

Tints of Red Orange #F53F28

RGB

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

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

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

R = 70.4%
G = 18.1%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F53F28 (or 0xF53F28) is known color: Red Orange. HEX triplet: F5, 3F and 28. RGB value is (245,63,40). Sum of RGB (Red+Green+Blue) = 245+63+40=348 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.40% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 245 - color contains mainly: red. Hex color #F53F28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53F28 is #0AC0D7. Grayscale: #737373. Windows color (decimal): -704728 or 2637813. OLE color: 2637813.

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

Color convert

RGB 245 63 40 -
CMYK 0 0.74 0.84 0.04
HSL 6.73º 0.91% 0.56% -
HSV(B) 6.73º 0.84% 0.96% -
XYZ 39.82 23.12 4.37 -
YUV 114.8 85.8 220.87 -
System Red Green Blue C M Y K H S L
Decimal 245 63 40 0 0.74 0.84 0.04 6.73 0.91 0.56
Hex F5 3F 28 0 4A 54 4 7 5B 38
Octal 365 77 50 0 112 124 4 7 133 70
Binary 11110101 111111 101000 0 1001010 1010100 100 111 1011011 111000

Color Harmonies of #F53F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53F28

Black with #F53F28

Text Example


Text Example

White with #F53F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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