Html Css Color HEX #F6412A Red Orange

📋 copy color: '#F6412A'

red 246 ◦ green 65 ◦ blue 42

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

Shades of Red Orange #F6412A

Tints of Red Orange #F6412A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.41%

 BLUE value IS 42 (16.8% from 255) = 11.9%

R = 69.69%
G = 18.41%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F6412A (or 0xF6412A) is known color: Red Orange. HEX triplet: F6, 41 and 2A. RGB value is (246,65,42). Sum of RGB (Red+Green+Blue) = 246+65+42=353 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.69% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 246 - color contains mainly: red. Hex color #F6412A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6412A is #09BED5. Grayscale: #747474. Windows color (decimal): -638678 or 2769398. OLE color: 2769398.

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

Color convert

RGB 246 65 42 -
CMYK 0 0.74 0.83 0.04
HSL 6.76º 0.92% 0.56% -
HSV(B) 6.76º 0.83% 0.96% -
XYZ 40.31 23.54 4.61 -
YUV 116.5 85.97 220.37 -
System Red Green Blue C M Y K H S L
Decimal 246 65 42 0 0.74 0.83 0.04 6.76 0.92 0.56
Hex F6 41 2A 0 4A 53 4 7 5C 38
Octal 366 101 52 0 112 123 4 7 134 70
Binary 11110110 1000001 101010 0 1001010 1010011 100 111 1011100 111000

Color Harmonies of #F6412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6412A

Black with #F6412A

Text Example


Text Example

White with #F6412A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6412A; }

 p { color: rgb(246,65,42); }

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

background-color css

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

 a { background-color: rgb(246,65,42); }

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

border-color css

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

 span { border-color: rgb(246,65,42); }

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