Html Css Color HEX #F6422B Red Orange

📋 copy color: '#F6422B'

red 246 ◦ green 66 ◦ blue 43

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

Shades of Red Orange #F6422B

Tints of Red Orange #F6422B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.59%

 BLUE value IS 43 (17.19% from 255) = 12.11%

R = 69.3%
G = 18.59%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F6422B (or 0xF6422B) is known color: Red Orange. HEX triplet: F6, 42 and 2B. RGB value is (246,66,43). Sum of RGB (Red+Green+Blue) = 246+66+43=355 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.30% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 246 - color contains mainly: red. Hex color #F6422B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6422B is #09BDD4. Grayscale: #757575. Windows color (decimal): -638421 or 2835190. OLE color: 2835190.

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

Color convert

RGB 246 66 43 -
CMYK 0 0.73 0.83 0.04
HSL 6.8º 0.92% 0.57% -
HSV(B) 6.8º 0.83% 0.96% -
XYZ 40.39 23.66 4.72 -
YUV 117.2 86.13 219.87 -
System Red Green Blue C M Y K H S L
Decimal 246 66 43 0 0.73 0.83 0.04 6.8 0.92 0.57
Hex F6 42 2B 0 49 53 4 7 5C 39
Octal 366 102 53 0 111 123 4 7 134 71
Binary 11110110 1000010 101011 0 1001001 1010011 100 111 1011100 111001

Color Harmonies of #F6422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6422B

Black with #F6422B

Text Example


Text Example

White with #F6422B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6422B; }

 p { color: rgb(246,66,43); }

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

background-color css

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

 a { background-color: rgb(246,66,43); }

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

border-color css

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

 span { border-color: rgb(246,66,43); }

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