Html Css Color HEX #F6361E Red Orange

📋 copy color: '#F6361E'

red 246 ◦ green 54 ◦ blue 30

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

Shades of Red Orange #F6361E

Tints of Red Orange #F6361E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.36%

 BLUE value IS 30 (12.11% from 255) = 9.09%

R = 74.55%
G = 16.36%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F6361E (or 0xF6361E) is known color: Red Orange. HEX triplet: F6, 36 and 1E. RGB value is (246,54,30). Sum of RGB (Red+Green+Blue) = 246+54+30=330 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.55% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 246 - color contains mainly: red. Hex color #F6361E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6361E is #09C9E1. Grayscale: #6C6C6C. Windows color (decimal): -641506 or 1980150. OLE color: 1980150.

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

Color convert

RGB 246 54 30 -
CMYK 0 0.78 0.88 0.04
HSL 6.67º 0.92% 0.54% -
HSV(B) 6.67º 0.88% 0.96% -
XYZ 39.56 22.32 3.45 -
YUV 108.67 83.61 225.95 -
System Red Green Blue C M Y K H S L
Decimal 246 54 30 0 0.78 0.88 0.04 6.67 0.92 0.54
Hex F6 36 1E 0 4E 58 4 7 5C 36
Octal 366 66 36 0 116 130 4 7 134 66
Binary 11110110 110110 11110 0 1001110 1011000 100 111 1011100 110110

Color Harmonies of #F6361E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6361E

Black with #F6361E

Text Example


Text Example

White with #F6361E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6361E; }

 p { color: rgb(246,54,30); }

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

background-color css

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

 a { background-color: rgb(246,54,30); }

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

border-color css

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

 span { border-color: rgb(246,54,30); }

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