Html Css Color HEX #F6362D Red Orange

📋 copy color: '#F6362D'

red 246 ◦ green 54 ◦ blue 45

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

Shades of Red Orange #F6362D

Tints of Red Orange #F6362D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.04%

R = 71.3%
G = 15.65%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F6362D (or 0xF6362D) is known color: Red Orange. HEX triplet: F6, 36 and 2D. RGB value is (246,54,45). Sum of RGB (Red+Green+Blue) = 246+54+45=345 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.30% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 246 - color contains mainly: red. Hex color #F6362D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6362D is #09C9D2. Grayscale: #6E6E6E. Windows color (decimal): -641491 or 2963190. OLE color: 2963190.

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

Color convert

RGB 246 54 45 -
CMYK 0 0.78 0.82 0.04
HSL 2.69º 0.92% 0.57% -
HSV(B) 2.69º 0.82% 0.96% -
XYZ 39.8 22.42 4.71 -
YUV 110.38 91.11 224.73 -
System Red Green Blue C M Y K H S L
Decimal 246 54 45 0 0.78 0.82 0.04 2.69 0.92 0.57
Hex F6 36 2D 0 4E 52 4 3 5C 39
Octal 366 66 55 0 116 122 4 3 134 71
Binary 11110110 110110 101101 0 1001110 1010010 100 11 1011100 111001

Color Harmonies of #F6362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6362D

Black with #F6362D

Text Example


Text Example

White with #F6362D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6362D; }

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

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

background-color css

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

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

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

border-color css

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

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

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