Html Css Color HEX #F6472A Red Orange

📋 copy color: '#F6472A'

red 246 ◦ green 71 ◦ blue 42

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

Shades of Red Orange #F6472A

Tints of Red Orange #F6472A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.78%

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

R = 68.52%
G = 19.78%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F6472A (or 0xF6472A) is known color: Red Orange. HEX triplet: F6, 47 and 2A. RGB value is (246,71,42). Sum of RGB (Red+Green+Blue) = 246+71+42=359 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.52% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 42 (16.80% from 255 or 11.70% from 359); Max value from RGB is 246 - color contains mainly: red. Hex color #F6472A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6472A is #09B8D5. Grayscale: #787878. Windows color (decimal): -637142 or 2770934. OLE color: 2770934.

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

Color convert

RGB 246 71 42 -
CMYK 0 0.71 0.83 0.04
HSL 8.53º 0.92% 0.56% -
HSV(B) 8.53º 0.83% 0.96% -
XYZ 40.68 24.27 4.73 -
YUV 120.02 83.98 217.86 -
System Red Green Blue C M Y K H S L
Decimal 246 71 42 0 0.71 0.83 0.04 8.53 0.92 0.56
Hex F6 47 2A 0 47 53 4 9 5C 38
Octal 366 107 52 0 107 123 4 11 134 70
Binary 11110110 1000111 101010 0 1000111 1010011 100 1001 1011100 111000

Color Harmonies of #F6472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6472A

Black with #F6472A

Text Example


Text Example

White with #F6472A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6472A; }

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

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

background-color css

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

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

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

border-color css

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

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

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