Html Css Color HEX #F6400C Orange Red

📋 copy color: '#F6400C'

red 246 ◦ green 64 ◦ blue 12

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

Shades of Orange Red #F6400C

Tints of Orange Red #F6400C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.73%

R = 76.4%
G = 19.88%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6400C (or 0xF6400C) is known color: Orange Red. HEX triplet: F6, 40 and 0C. RGB value is (246,64,12). Sum of RGB (Red+Green+Blue) = 246+64+12=322 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.40% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 246 - color contains mainly: red. Hex color #F6400C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6400C is #09BFF3. Grayscale: #707070. Windows color (decimal): -638964 or 803062. OLE color: 803062.

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

Color convert

RGB 246 64 12 -
CMYK 0 0.74 0.95 0.04
HSL 13.33º 0.93% 0.51% -
HSV(B) 13.33º 0.95% 0.96% -
XYZ 39.91 23.29 2.74 -
YUV 112.49 71.3 223.23 -
System Red Green Blue C M Y K H S L
Decimal 246 64 12 0 0.74 0.95 0.04 13.33 0.93 0.51
Hex F6 40 C 0 4A 5F 4 D 5D 33
Octal 366 100 14 0 112 137 4 15 135 63
Binary 11110110 1000000 1100 0 1001010 1011111 100 1101 1011101 110011

Color Harmonies of #F6400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6400C

Black with #F6400C

Text Example


Text Example

White with #F6400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6400C; }

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

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

background-color css

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

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

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

border-color css

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

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

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