Html Css Color HEX #F6321A Red Orange

📋 copy color: '#F6321A'

red 246 ◦ green 50 ◦ blue 26

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

Shades of Red Orange #F6321A

Tints of Red Orange #F6321A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.53%

 BLUE value IS 26 (10.55% from 255) = 8.07%

R = 76.4%
G = 15.53%
B = 8.07%

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

#F6321A (or 0xF6321A) is known color: Red Orange. HEX triplet: F6, 32 and 1A. RGB value is (246,50,26). Sum of RGB (Red+Green+Blue) = 246+50+26=322 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.40% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 26 (10.55% from 255 or 8.07% from 322); Max value from RGB is 246 - color contains mainly: red. Hex color #F6321A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6321A is #09CDE5. Grayscale: #6A6A6A. Windows color (decimal): -642534 or 1716982. OLE color: 1716982.

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

Color convert

RGB 246 50 26 -
CMYK 0 0.80 0.89 0.04
HSL 6.55º 0.92% 0.53% -
HSV(B) 6.55º 0.89% 0.96% -
XYZ 39.33 21.95 3.14 -
YUV 105.87 82.93 227.95 -
System Red Green Blue C M Y K H S L
Decimal 246 50 26 0 0.80 0.89 0.04 6.55 0.92 0.53
Hex F6 32 1A 0 50 59 4 7 5C 35
Octal 366 62 32 0 120 131 4 7 134 65
Binary 11110110 110010 11010 0 1010000 1011001 100 111 1011100 110101

Color Harmonies of #F6321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6321A

Black with #F6321A

Text Example


Text Example

White with #F6321A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6321A; }

 p { color: rgb(246,50,26); }

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

background-color css

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

 a { background-color: rgb(246,50,26); }

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

border-color css

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

 span { border-color: rgb(246,50,26); }

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