Html Css Color HEX #F6401D Red Orange

📋 copy color: '#F6401D'

red 246 ◦ green 64 ◦ blue 29

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

Shades of Red Orange #F6401D

Tints of Red Orange #F6401D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.88%

 BLUE value IS 29 (11.72% from 255) = 8.55%

R = 72.57%
G = 18.88%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F6401D (or 0xF6401D) is known color: Red Orange. HEX triplet: F6, 40 and 1D. RGB value is (246,64,29). Sum of RGB (Red+Green+Blue) = 246+64+29=339 (44% of max value = 765). Red value is 246 (96.48% from 255 or 72.57% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 29 (11.72% from 255 or 8.55% from 339); Max value from RGB is 246 - color contains mainly: red. Hex color #F6401D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6401D is #09BFE2. Grayscale: #727272. Windows color (decimal): -638947 or 1917174. OLE color: 1917174.

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

Color convert

RGB 246 64 29 -
CMYK 0 0.74 0.88 0.04
HSL 9.68º 0.92% 0.54% -
HSV(B) 9.68º 0.88% 0.96% -
XYZ 40.06 23.35 3.56 -
YUV 114.43 79.8 221.85 -
System Red Green Blue C M Y K H S L
Decimal 246 64 29 0 0.74 0.88 0.04 9.68 0.92 0.54
Hex F6 40 1D 0 4A 58 4 A 5C 36
Octal 366 100 35 0 112 130 4 12 134 66
Binary 11110110 1000000 11101 0 1001010 1011000 100 1010 1011100 110110

Color Harmonies of #F6401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6401D

Black with #F6401D

Text Example


Text Example

White with #F6401D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6401D; }

 p { color: rgb(246,64,29); }

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

background-color css

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

 a { background-color: rgb(246,64,29); }

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

border-color css

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

 span { border-color: rgb(246,64,29); }

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