Html Css Color HEX #F53F18 Orange Red

📋 copy color: '#F53F18'

red 245 ◦ green 63 ◦ blue 24

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

Shades of Orange Red #F53F18

Tints of Orange Red #F53F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.23%

R = 73.8%
G = 18.98%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F53F18 (or 0xF53F18) is known color: Orange Red. HEX triplet: F5, 3F and 18. RGB value is (245,63,24). Sum of RGB (Red+Green+Blue) = 245+63+24=332 (43% of max value = 765). Red value is 245 (96.09% from 255 or 73.80% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 245 - color contains mainly: red. Hex color #F53F18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53F18 is #0AC0E7. Grayscale: #717171. Windows color (decimal): -704744 or 1589237. OLE color: 1589237.

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

Color convert

RGB 245 63 24 -
CMYK 0 0.74 0.90 0.04
HSL 10.59º 0.92% 0.53% -
HSV(B) 10.59º 0.9% 0.96% -
XYZ 39.6 23.03 3.22 -
YUV 112.97 77.8 222.17 -
System Red Green Blue C M Y K H S L
Decimal 245 63 24 0 0.74 0.90 0.04 10.59 0.92 0.53
Hex F5 3F 18 0 4A 5A 4 B 5C 35
Octal 365 77 30 0 112 132 4 13 134 65
Binary 11110101 111111 11000 0 1001010 1011010 100 1011 1011100 110101

Color Harmonies of #F53F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53F18

Black with #F53F18

Text Example


Text Example

White with #F53F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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