Html Css Color HEX #F6301C Red Orange

📋 copy color: '#F6301C'

red 246 ◦ green 48 ◦ blue 28

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

Shades of Red Orange #F6301C

Tints of Red Orange #F6301C

RGB

 RED value IS 246 (96.48% from 255) = 76.4%

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

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

R = 76.4%
G = 14.91%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F6301C (or 0xF6301C) is known color: Red Orange. HEX triplet: F6, 30 and 1C. RGB value is (246,48,28). Sum of RGB (Red+Green+Blue) = 246+48+28=322 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.40% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 28 (11.33% from 255 or 8.70% from 322); Max value from RGB is 246 - color contains mainly: red. Hex color #F6301C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6301C is #09CFE3. Grayscale: #696969. Windows color (decimal): -643044 or 1847542. OLE color: 1847542.

HSL color Cylindrical-coordinate representation of color #F6301C: hue angle of 5.5º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F6301C is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 48 28 -
CMYK 0 0.80 0.89 0.04
HSL 5.5º 0.92% 0.54% -
HSV(B) 5.5º 0.89% 0.96% -
XYZ 39.27 21.79 3.23 -
YUV 104.92 84.6 228.63 -
System Red Green Blue C M Y K H S L
Decimal 246 48 28 0 0.80 0.89 0.04 5.5 0.92 0.54
Hex F6 30 1C 0 50 59 4 6 5C 36
Octal 366 60 34 0 120 131 4 6 134 66
Binary 11110110 110000 11100 0 1010000 1011001 100 110 1011100 110110

Color Harmonies of #F6301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6301C

Black with #F6301C

Text Example


Text Example

White with #F6301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6301C; }

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

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

background-color css

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

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

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

border-color css

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

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

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