Html Css Color HEX #F6341F Red Orange

📋 copy color: '#F6341F'

red 246 ◦ green 52 ◦ blue 31

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

Shades of Red Orange #F6341F

Tints of Red Orange #F6341F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.81%

 BLUE value IS 31 (12.5% from 255) = 9.42%

R = 74.77%
G = 15.81%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F6341F (or 0xF6341F) is known color: Red Orange. HEX triplet: F6, 34 and 1F. RGB value is (246,52,31). Sum of RGB (Red+Green+Blue) = 246+52+31=329 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.77% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 246 - color contains mainly: red. Hex color #F6341F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6341F is #09CBE0. Grayscale: #6B6B6B. Windows color (decimal): -642017 or 2045174. OLE color: 2045174.

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

Color convert

RGB 246 52 31 -
CMYK 0 0.79 0.87 0.04
HSL 5.86º 0.92% 0.54% -
HSV(B) 5.86º 0.87% 0.96% -
XYZ 39.48 22.15 3.49 -
YUV 107.61 84.77 226.71 -
System Red Green Blue C M Y K H S L
Decimal 246 52 31 0 0.79 0.87 0.04 5.86 0.92 0.54
Hex F6 34 1F 0 4F 57 4 6 5C 36
Octal 366 64 37 0 117 127 4 6 134 66
Binary 11110110 110100 11111 0 1001111 1010111 100 110 1011100 110110

Color Harmonies of #F6341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6341F

Black with #F6341F

Text Example


Text Example

White with #F6341F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6341F; }

 p { color: rgb(246,52,31); }

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

background-color css

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

 a { background-color: rgb(246,52,31); }

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

border-color css

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

 span { border-color: rgb(246,52,31); }

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