Html Css Color HEX #F6412F Red Orange

📋 copy color: '#F6412F'

red 246 ◦ green 65 ◦ blue 47

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

Shades of Red Orange #F6412F

Tints of Red Orange #F6412F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.13%

R = 68.72%
G = 18.16%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F6412F (or 0xF6412F) is known color: Red Orange. HEX triplet: F6, 41 and 2F. RGB value is (246,65,47). Sum of RGB (Red+Green+Blue) = 246+65+47=358 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.72% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 246 - color contains mainly: red. Hex color #F6412F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6412F is #09BED0. Grayscale: #757575. Windows color (decimal): -638673 or 3097078. OLE color: 3097078.

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

Color convert

RGB 246 65 47 -
CMYK 0 0.74 0.81 0.04
HSL 5.43º 0.92% 0.57% -
HSV(B) 5.43º 0.81% 0.96% -
XYZ 40.41 23.58 5.11 -
YUV 117.07 88.47 219.96 -
System Red Green Blue C M Y K H S L
Decimal 246 65 47 0 0.74 0.81 0.04 5.43 0.92 0.57
Hex F6 41 2F 0 4A 51 4 5 5C 39
Octal 366 101 57 0 112 121 4 5 134 71
Binary 11110110 1000001 101111 0 1001010 1010001 100 101 1011100 111001

Color Harmonies of #F6412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6412F

Black with #F6412F

Text Example


Text Example

White with #F6412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6412F; }

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

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

background-color css

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

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

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

border-color css

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

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

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