Html Css Color HEX #F03501 Orange Red

📋 copy color: '#F03501'

red 240 ◦ green 53 ◦ blue 1

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

Shades of Orange Red #F03501

Tints of Orange Red #F03501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 81.63%
G = 18.03%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F03501 (or 0xF03501) is known color: Orange Red. HEX triplet: F0, 35 and 01. RGB value is (240,53,1). Sum of RGB (Red+Green+Blue) = 240+53+1=294 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.63% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 240 - color contains mainly: red. Hex color #F03501 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03501 is #0FCAFE. Grayscale: #676767. Windows color (decimal): -1035007 or 79344. OLE color: 79344.

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

Color convert

RGB 240 53 1 -
CMYK 0 0.78 1.00 0.06
HSL 13.05º 0.99% 0.47% -
HSV(B) 13.05º 1% 0.94% -
XYZ 37.21 21.07 2.13 -
YUV 102.99 70.45 225.73 -
System Red Green Blue C M Y K H S L
Decimal 240 53 1 0 0.78 1.00 0.06 13.05 0.99 0.47
Hex F0 35 1 0 4E 64 6 D 63 2F
Octal 360 65 1 0 116 144 6 15 143 57
Binary 11110000 110101 1 0 1001110 1100100 110 1101 1100011 101111

Color Harmonies of #F03501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03501

Black with #F03501

Text Example


Text Example

White with #F03501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03501; }

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

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

background-color css

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

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

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

border-color css

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

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

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