Html Css Color HEX #F53505 Orange Red

📋 copy color: '#F53505'

red 245 ◦ green 53 ◦ blue 5

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

Shades of Orange Red #F53505

Tints of Orange Red #F53505

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.49%

 BLUE value IS 5 (2.34% from 255) = 1.65%

R = 80.86%
G = 17.49%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F53505 (or 0xF53505) is known color: Orange Red. HEX triplet: F5, 35 and 05. RGB value is (245,53,5). Sum of RGB (Red+Green+Blue) = 245+53+5=303 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.86% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 245 - color contains mainly: red. Hex color #F53505 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53505 is #0ACAFA. Grayscale: #696969. Windows color (decimal): -707323 or 341493. OLE color: 341493.

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

Color convert

RGB 245 53 5 -
CMYK 0 0.78 0.98 0.04
HSL 12º 0.96% 0.49% -
HSV(B) 12º 0.98% 0.96% -
XYZ 38.96 21.97 2.33 -
YUV 104.94 71.61 227.9 -
System Red Green Blue C M Y K H S L
Decimal 245 53 5 0 0.78 0.98 0.04 12 0.96 0.49
Hex F5 35 5 0 4E 62 4 C 60 31
Octal 365 65 5 0 116 142 4 14 140 61
Binary 11110101 110101 101 0 1001110 1100010 100 1100 1100000 110001

Color Harmonies of #F53505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53505

Black with #F53505

Text Example


Text Example

White with #F53505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53505; }

 p { color: rgb(245,53,5); }

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

background-color css

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

 a { background-color: rgb(245,53,5); }

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

border-color css

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

 span { border-color: rgb(245,53,5); }

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