Html Css Color HEX #F6400B Orange Red

📋 copy color: '#F6400B'

red 246 ◦ green 64 ◦ blue 11

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

Shades of Orange Red #F6400B

Tints of Orange Red #F6400B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.43%

R = 76.64%
G = 19.94%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F6400B (or 0xF6400B) is known color: Orange Red. HEX triplet: F6, 40 and 0B. RGB value is (246,64,11). Sum of RGB (Red+Green+Blue) = 246+64+11=321 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.64% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 246 - color contains mainly: red. Hex color #F6400B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6400B is #09BFF4. Grayscale: #707070. Windows color (decimal): -638965 or 737526. OLE color: 737526.

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

Color convert

RGB 246 64 11 -
CMYK 0 0.74 0.96 0.04
HSL 13.53º 0.93% 0.5% -
HSV(B) 13.53º 0.96% 0.96% -
XYZ 39.9 23.28 2.71 -
YUV 112.38 70.8 223.31 -
System Red Green Blue C M Y K H S L
Decimal 246 64 11 0 0.74 0.96 0.04 13.53 0.93 0.5
Hex F6 40 B 0 4A 60 4 E 5D 32
Octal 366 100 13 0 112 140 4 16 135 62
Binary 11110110 1000000 1011 0 1001010 1100000 100 1110 1011101 110010

Color Harmonies of #F6400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6400B

Black with #F6400B

Text Example


Text Example

White with #F6400B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6400B; }

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

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

background-color css

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

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

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

border-color css

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

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

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