Html Css Color HEX #F64109 Orange Red

📋 copy color: '#F64109'

red 246 ◦ green 65 ◦ blue 9

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

Shades of Orange Red #F64109

Tints of Orange Red #F64109

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.31%

 BLUE value IS 9 (3.91% from 255) = 2.81%

R = 76.88%
G = 20.31%
B = 2.81%

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

#F64109 (or 0xF64109) is known color: Orange Red. HEX triplet: F6, 41 and 09. RGB value is (246,65,9). Sum of RGB (Red+Green+Blue) = 246+65+9=320 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.88% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 9 (3.91% from 255 or 2.81% from 320); Max value from RGB is 246 - color contains mainly: red. Hex color #F64109 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64109 is #09BEF6. Grayscale: #717171. Windows color (decimal): -638711 or 606710. OLE color: 606710.

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

Color convert

RGB 246 65 9 -
CMYK 0 0.74 0.96 0.04
HSL 14.18º 0.93% 0.5% -
HSV(B) 14.18º 0.96% 0.96% -
XYZ 39.95 23.39 2.67 -
YUV 112.74 69.47 223.05 -
System Red Green Blue C M Y K H S L
Decimal 246 65 9 0 0.74 0.96 0.04 14.18 0.93 0.5
Hex F6 41 9 0 4A 60 4 E 5D 32
Octal 366 101 11 0 112 140 4 16 135 62
Binary 11110110 1000001 1001 0 1001010 1100000 100 1110 1011101 110010

Color Harmonies of #F64109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64109

Black with #F64109

Text Example


Text Example

White with #F64109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64109; }

 p { color: rgb(246,65,9); }

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

background-color css

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

 a { background-color: rgb(246,65,9); }

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

border-color css

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

 span { border-color: rgb(246,65,9); }

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