Html Css Color HEX #F03F01 Orange Red

📋 copy color: '#F03F01'

red 240 ◦ green 63 ◦ blue 1

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

Shades of Orange Red #F03F01

Tints of Orange Red #F03F01

RGB

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

 GREEN value IS 63 (25% from 255) = 20.72%

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

R = 78.95%
G = 20.72%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F03F01 (or 0xF03F01) is known color: Orange Red. HEX triplet: F0, 3F and 01. RGB value is (240,63,1). Sum of RGB (Red+Green+Blue) = 240+63+1=304 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.95% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 240 - color contains mainly: red. Hex color #F03F01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03F01 is #0FC0FE. Grayscale: #6D6D6D. Windows color (decimal): -1032447 or 81904. OLE color: 81904.

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

Color convert

RGB 240 63 1 -
CMYK 0 0.74 1.00 0.06
HSL 15.56º 0.99% 0.47% -
HSV(B) 15.56º 1% 0.94% -
XYZ 37.72 22.08 2.3 -
YUV 108.86 67.14 221.54 -
System Red Green Blue C M Y K H S L
Decimal 240 63 1 0 0.74 1.00 0.06 15.56 0.99 0.47
Hex F0 3F 1 0 4A 64 6 10 63 2F
Octal 360 77 1 0 112 144 6 20 143 57
Binary 11110000 111111 1 0 1001010 1100100 110 10000 1100011 101111

Color Harmonies of #F03F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03F01

Black with #F03F01

Text Example


Text Example

White with #F03F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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