Html Css Color HEX #F53F10 Orange Red

📋 copy color: '#F53F10'

red 245 ◦ green 63 ◦ blue 16

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

Shades of Orange Red #F53F10

Tints of Orange Red #F53F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.94%

R = 75.62%
G = 19.44%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F53F10 (or 0xF53F10) is known color: Orange Red. HEX triplet: F5, 3F and 10. RGB value is (245,63,16). Sum of RGB (Red+Green+Blue) = 245+63+16=324 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.62% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 245 - color contains mainly: red. Hex color #F53F10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53F10 is #0AC0EF. Grayscale: #707070. Windows color (decimal): -704752 or 1064949. OLE color: 1064949.

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

Color convert

RGB 245 63 16 -
CMYK 0 0.74 0.93 0.04
HSL 12.31º 0.92% 0.51% -
HSV(B) 12.31º 0.93% 0.96% -
XYZ 39.53 23 2.85 -
YUV 112.06 73.8 222.82 -
System Red Green Blue C M Y K H S L
Decimal 245 63 16 0 0.74 0.93 0.04 12.31 0.92 0.51
Hex F5 3F 10 0 4A 5D 4 C 5C 33
Octal 365 77 20 0 112 135 4 14 134 63
Binary 11110101 111111 10000 0 1001010 1011101 100 1100 1011100 110011

Color Harmonies of #F53F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53F10

Black with #F53F10

Text Example


Text Example

White with #F53F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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