Html Css Color HEX #F0301F Red Orange

📋 copy color: '#F0301F'

red 240 ◦ green 48 ◦ blue 31

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

Shades of Red Orange #F0301F

Tints of Red Orange #F0301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.05%

 BLUE value IS 31 (12.5% from 255) = 9.72%

R = 75.24%
G = 15.05%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0301F (or 0xF0301F) is known color: Red Orange. HEX triplet: F0, 30 and 1F. RGB value is (240,48,31). Sum of RGB (Red+Green+Blue) = 240+48+31=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F0301F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0301F is #0FCFE0. Grayscale: #676767. Windows color (decimal): -1036257 or 2044144. OLE color: 2044144.

HSL color Cylindrical-coordinate representation of color #F0301F: hue angle of 4.88º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F0301F is Cyan = 0, Magento = 0.8, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 48 31 -
CMYK 0 0.8 0.87 0.06
HSL 4.88º 0.87% 0.53% -
HSV(B) 4.88º 0.87% 0.94% -
XYZ 37.24 20.74 3.34 -
YUV 103.47 87.11 225.38 -
System Red Green Blue C M Y K H S L
Decimal 240 48 31 0 0.8 0.87 0.06 4.88 0.87 0.53
Hex F0 30 1F 0 50 57 6 5 57 35
Octal 360 60 37 0 120 127 6 5 127 65
Binary 11110000 110000 11111 0 1010000 1010111 110 101 1010111 110101

Color Harmonies of #F0301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0301F

Black with #F0301F

Text Example


Text Example

White with #F0301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0301F; }

 p { color: rgb(240,48,31); }

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

background-color css

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

 a { background-color: rgb(240,48,31); }

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

border-color css

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

 span { border-color: rgb(240,48,31); }

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