Html Css Color HEX #F6440D Orange Red

📋 copy color: '#F6440D'

red 246 ◦ green 68 ◦ blue 13

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

Shades of Orange Red #F6440D

Tints of Orange Red #F6440D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.98%

R = 75.23%
G = 20.8%
B = 3.98%

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

#F6440D (or 0xF6440D) is known color: Orange Red. HEX triplet: F6, 44 and 0D. RGB value is (246,68,13). Sum of RGB (Red+Green+Blue) = 246+68+13=327 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75.23% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 246 - color contains mainly: red. Hex color #F6440D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6440D is #09BBF2. Grayscale: #737373. Windows color (decimal): -637939 or 869622. OLE color: 869622.

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

Color convert

RGB 246 68 13 -
CMYK 0 0.72 0.95 0.04
HSL 14.16º 0.93% 0.51% -
HSV(B) 14.16º 0.95% 0.96% -
XYZ 40.15 23.76 2.85 -
YUV 114.95 70.47 221.47 -
System Red Green Blue C M Y K H S L
Decimal 246 68 13 0 0.72 0.95 0.04 14.16 0.93 0.51
Hex F6 44 D 0 48 5F 4 E 5D 33
Octal 366 104 15 0 110 137 4 16 135 63
Binary 11110110 1000100 1101 0 1001000 1011111 100 1110 1011101 110011

Color Harmonies of #F6440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6440D

Black with #F6440D

Text Example


Text Example

White with #F6440D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6440D; }

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

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

background-color css

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

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

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

border-color css

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

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

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