Html Css Color HEX #F53503 Orange Red

📋 copy color: '#F53503'

red 245 ◦ green 53 ◦ blue 3

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

Shades of Orange Red #F53503

Tints of Orange Red #F53503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1%

R = 81.4%
G = 17.61%
B = 1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F53503 (or 0xF53503) is known color: Orange Red. HEX triplet: F5, 35 and 03. RGB value is (245,53,3). Sum of RGB (Red+Green+Blue) = 245+53+3=301 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.40% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 3 (1.56% from 255 or 1.00% from 301); Max value from RGB is 245 - color contains mainly: red. Hex color #F53503 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53503 is #0ACAFC. Grayscale: #696969. Windows color (decimal): -707325 or 210421. OLE color: 210421.

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

Color convert

RGB 245 53 3 -
CMYK 0 0.78 0.99 0.04
HSL 12.4º 0.98% 0.49% -
HSV(B) 12.4º 0.99% 0.96% -
XYZ 38.95 21.97 2.27 -
YUV 104.71 70.61 228.07 -
System Red Green Blue C M Y K H S L
Decimal 245 53 3 0 0.78 0.99 0.04 12.4 0.98 0.49
Hex F5 35 3 0 4E 63 4 C 62 31
Octal 365 65 3 0 116 143 4 14 142 61
Binary 11110101 110101 11 0 1001110 1100011 100 1100 1100010 110001

Color Harmonies of #F53503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53503

Black with #F53503

Text Example


Text Example

White with #F53503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53503; }

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

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

background-color css

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

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

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

border-color css

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

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

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