Html Css Color HEX #F6442E Red Orange

📋 copy color: '#F6442E'

red 246 ◦ green 68 ◦ blue 46

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

Shades of Red Orange #F6442E

Tints of Red Orange #F6442E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.89%

 BLUE value IS 46 (18.36% from 255) = 12.78%

R = 68.33%
G = 18.89%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F6442E (or 0xF6442E) is known color: Red Orange. HEX triplet: F6, 44 and 2E. RGB value is (246,68,46). Sum of RGB (Red+Green+Blue) = 246+68+46=360 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.33% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 46 (18.36% from 255 or 12.78% from 360); Max value from RGB is 246 - color contains mainly: red. Hex color #F6442E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6442E is #09BBD1. Grayscale: #767676. Windows color (decimal): -637906 or 3032310. OLE color: 3032310.

HSL color Cylindrical-coordinate representation of color #F6442E: hue angle of 6.6º 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 #F6442E is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 68 46 -
CMYK 0 0.72 0.81 0.04
HSL 6.6º 0.92% 0.57% -
HSV(B) 6.6º 0.81% 0.96% -
XYZ 40.57 23.92 5.06 -
YUV 118.71 86.97 218.79 -
System Red Green Blue C M Y K H S L
Decimal 246 68 46 0 0.72 0.81 0.04 6.6 0.92 0.57
Hex F6 44 2E 0 48 51 4 7 5C 39
Octal 366 104 56 0 110 121 4 7 134 71
Binary 11110110 1000100 101110 0 1001000 1010001 100 111 1011100 111001

Color Harmonies of #F6442E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6442E

Black with #F6442E

Text Example


Text Example

White with #F6442E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6442E; }

 p { color: rgb(246,68,46); }

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

background-color css

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

 a { background-color: rgb(246,68,46); }

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

border-color css

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

 span { border-color: rgb(246,68,46); }

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