Html Css Color HEX #F6422A Red Orange

📋 copy color: '#F6422A'

red 246 ◦ green 66 ◦ blue 42

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

Shades of Red Orange #F6422A

Tints of Red Orange #F6422A

RGB

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

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

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

R = 69.49%
G = 18.64%
B = 11.86%

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

#F6422A (or 0xF6422A) is known color: Red Orange. HEX triplet: F6, 42 and 2A. RGB value is (246,66,42). Sum of RGB (Red+Green+Blue) = 246+66+42=354 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.49% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 42 (16.80% from 255 or 11.86% from 354); Max value from RGB is 246 - color contains mainly: red. Hex color #F6422A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6422A is #09BDD5. Grayscale: #757575. Windows color (decimal): -638422 or 2769654. OLE color: 2769654.

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

Color convert

RGB 246 66 42 -
CMYK 0 0.73 0.83 0.04
HSL 7.06º 0.92% 0.56% -
HSV(B) 7.06º 0.83% 0.96% -
XYZ 40.37 23.66 4.63 -
YUV 117.08 85.63 219.95 -
System Red Green Blue C M Y K H S L
Decimal 246 66 42 0 0.73 0.83 0.04 7.06 0.92 0.56
Hex F6 42 2A 0 49 53 4 7 5C 38
Octal 366 102 52 0 111 123 4 7 134 70
Binary 11110110 1000010 101010 0 1001001 1010011 100 111 1011100 111000

Color Harmonies of #F6422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6422A

Black with #F6422A

Text Example


Text Example

White with #F6422A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6422A; }

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

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

background-color css

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

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

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

border-color css

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

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

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