Html Css Color HEX #F0301C Red Orange

📋 copy color: '#F0301C'

red 240 ◦ green 48 ◦ blue 28

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

Shades of Red Orange #F0301C

Tints of Red Orange #F0301C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.86%

R = 75.95%
G = 15.19%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0301C (or 0xF0301C) is known color: Red Orange. HEX triplet: F0, 30 and 1C. RGB value is (240,48,28). Sum of RGB (Red+Green+Blue) = 240+48+28=316 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.95% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 240 - color contains mainly: red. Hex color #F0301C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0301C is #0FCFE3. Grayscale: #676767. Windows color (decimal): -1036260 or 1847536. OLE color: 1847536.

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

Color convert

RGB 240 48 28 -
CMYK 0 0.8 0.88 0.06
HSL 5.66º 0.88% 0.53% -
HSV(B) 5.66º 0.88% 0.94% -
XYZ 37.2 20.72 3.14 -
YUV 103.13 85.61 225.63 -
System Red Green Blue C M Y K H S L
Decimal 240 48 28 0 0.8 0.88 0.06 5.66 0.88 0.53
Hex F0 30 1C 0 50 58 6 6 58 35
Octal 360 60 34 0 120 130 6 6 130 65
Binary 11110000 110000 11100 0 1010000 1011000 110 110 1011000 110101

Color Harmonies of #F0301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0301C

Black with #F0301C

Text Example


Text Example

White with #F0301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0301C; }

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

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

background-color css

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

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

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

border-color css

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

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

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