Html Css Color HEX #F6440C Orange Red

📋 copy color: '#F6440C'

red 246 ◦ green 68 ◦ blue 12

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

Shades of Orange Red #F6440C

Tints of Orange Red #F6440C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.86%

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

R = 75.46%
G = 20.86%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6440C (or 0xF6440C) is known color: Orange Red. HEX triplet: F6, 44 and 0C. RGB value is (246,68,12). Sum of RGB (Red+Green+Blue) = 246+68+12=326 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75.46% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 246 - color contains mainly: red. Hex color #F6440C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6440C is #09BBF3. Grayscale: #737373. Windows color (decimal): -637940 or 804086. OLE color: 804086.

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

Color convert

RGB 246 68 12 -
CMYK 0 0.72 0.95 0.04
HSL 14.36º 0.93% 0.51% -
HSV(B) 14.36º 0.95% 0.96% -
XYZ 40.14 23.75 2.82 -
YUV 114.84 69.97 221.55 -
System Red Green Blue C M Y K H S L
Decimal 246 68 12 0 0.72 0.95 0.04 14.36 0.93 0.51
Hex F6 44 C 0 48 5F 4 E 5D 33
Octal 366 104 14 0 110 137 4 16 135 63
Binary 11110110 1000100 1100 0 1001000 1011111 100 1110 1011101 110011

Color Harmonies of #F6440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6440C

Black with #F6440C

Text Example


Text Example

White with #F6440C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6440C; }

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

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

background-color css

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

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

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

border-color css

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

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

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