Html Css Color HEX #F03901 Orange Red

📋 copy color: '#F03901'

red 240 ◦ green 57 ◦ blue 1

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

Shades of Orange Red #F03901

Tints of Orange Red #F03901

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.13%

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

R = 80.54%
G = 19.13%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F03901 (or 0xF03901) is known color: Orange Red. HEX triplet: F0, 39 and 01. RGB value is (240,57,1). Sum of RGB (Red+Green+Blue) = 240+57+1=298 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.54% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 240 - color contains mainly: red. Hex color #F03901 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03901 is #0FC6FE. Grayscale: #696969. Windows color (decimal): -1033983 or 80368. OLE color: 80368.

HSL color Cylindrical-coordinate representation of color #F03901: hue angle of 14.06º 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 #F03901 is Cyan = 0, Magento = 0.76, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 57 1 -
CMYK 0 0.76 1.00 0.06
HSL 14.06º 0.99% 0.47% -
HSV(B) 14.06º 1% 0.94% -
XYZ 37.4 21.45 2.2 -
YUV 105.33 69.13 224.05 -
System Red Green Blue C M Y K H S L
Decimal 240 57 1 0 0.76 1.00 0.06 14.06 0.99 0.47
Hex F0 39 1 0 4C 64 6 E 63 2F
Octal 360 71 1 0 114 144 6 16 143 57
Binary 11110000 111001 1 0 1001100 1100100 110 1110 1100011 101111

Color Harmonies of #F03901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03901

Black with #F03901

Text Example


Text Example

White with #F03901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03901; }

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

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

background-color css

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

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

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

border-color css

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

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

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