Html Css Color HEX #F53C0B Orange Red

📋 copy color: '#F53C0B'

red 245 ◦ green 60 ◦ blue 11

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

Shades of Orange Red #F53C0B

Tints of Orange Red #F53C0B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.99%

 BLUE value IS 11 (4.69% from 255) = 3.48%

R = 77.53%
G = 18.99%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F53C0B (or 0xF53C0B) is known color: Orange Red. HEX triplet: F5, 3C and 0B. RGB value is (245,60,11). Sum of RGB (Red+Green+Blue) = 245+60+11=316 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.53% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 245 - color contains mainly: red. Hex color #F53C0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53C0B is #0AC3F4. Grayscale: #6E6E6E. Windows color (decimal): -705525 or 736501. OLE color: 736501.

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

Color convert

RGB 245 60 11 -
CMYK 0 0.76 0.96 0.04
HSL 12.56º 0.92% 0.5% -
HSV(B) 12.56º 0.96% 0.96% -
XYZ 39.33 22.67 2.62 -
YUV 109.73 72.29 224.48 -
System Red Green Blue C M Y K H S L
Decimal 245 60 11 0 0.76 0.96 0.04 12.56 0.92 0.5
Hex F5 3C B 0 4C 60 4 D 5C 32
Octal 365 74 13 0 114 140 4 15 134 62
Binary 11110101 111100 1011 0 1001100 1100000 100 1101 1011100 110010

Color Harmonies of #F53C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53C0B

Black with #F53C0B

Text Example


Text Example

White with #F53C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53C0B; }

 p { color: rgb(245,60,11); }

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

background-color css

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

 a { background-color: rgb(245,60,11); }

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

border-color css

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

 span { border-color: rgb(245,60,11); }

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