Html Css Color HEX #F03503 Orange Red

📋 copy color: '#F03503'

red 240 ◦ green 53 ◦ blue 3

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

Shades of Orange Red #F03503

Tints of Orange Red #F03503

RGB

 RED value IS 240 (94.14% from 255) = 81.08%

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

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

R = 81.08%
G = 17.91%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F03503 (or 0xF03503) is known color: Orange Red. HEX triplet: F0, 35 and 03. RGB value is (240,53,3). Sum of RGB (Red+Green+Blue) = 240+53+3=296 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.08% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 3 (1.56% from 255 or 1.01% from 296); Max value from RGB is 240 - color contains mainly: red. Hex color #F03503 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03503 is #0FCAFC. Grayscale: #676767. Windows color (decimal): -1035005 or 210416. OLE color: 210416.

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

Color convert

RGB 240 53 3 -
CMYK 0 0.78 0.99 0.06
HSL 12.66º 0.98% 0.48% -
HSV(B) 12.66º 0.99% 0.94% -
XYZ 37.22 21.08 2.19 -
YUV 103.21 71.45 225.57 -
System Red Green Blue C M Y K H S L
Decimal 240 53 3 0 0.78 0.99 0.06 12.66 0.98 0.48
Hex F0 35 3 0 4E 63 6 D 62 30
Octal 360 65 3 0 116 143 6 15 142 60
Binary 11110000 110101 11 0 1001110 1100011 110 1101 1100010 110000

Color Harmonies of #F03503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03503

Black with #F03503

Text Example


Text Example

White with #F03503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03503; }

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

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

background-color css

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

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

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

border-color css

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

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

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