Html Css Color HEX #F04101 Orange Red

📋 copy color: '#F04101'

red 240 ◦ green 65 ◦ blue 1

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

Shades of Orange Red #F04101

Tints of Orange Red #F04101

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.24%

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

R = 78.43%
G = 21.24%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F04101 (or 0xF04101) is known color: Orange Red. HEX triplet: F0, 41 and 01. RGB value is (240,65,1). Sum of RGB (Red+Green+Blue) = 240+65+1=306 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.43% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 240 - color contains mainly: red. Hex color #F04101 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04101 is #0FBEFE. Grayscale: #6E6E6E. Windows color (decimal): -1031935 or 82416. OLE color: 82416.

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

Color convert

RGB 240 65 1 -
CMYK 0 0.73 1.00 0.06
HSL 16.07º 0.99% 0.47% -
HSV(B) 16.07º 1% 0.94% -
XYZ 37.83 22.31 2.34 -
YUV 110.03 66.48 220.7 -
System Red Green Blue C M Y K H S L
Decimal 240 65 1 0 0.73 1.00 0.06 16.07 0.99 0.47
Hex F0 41 1 0 49 64 6 10 63 2F
Octal 360 101 1 0 111 144 6 20 143 57
Binary 11110000 1000001 1 0 1001001 1100100 110 10000 1100011 101111

Color Harmonies of #F04101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04101

Black with #F04101

Text Example


Text Example

White with #F04101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04101; }

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

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

background-color css

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

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

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

border-color css

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

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

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