Html Css Color HEX #F64215 Orange Red

📋 copy color: '#F64215'

red 246 ◦ green 66 ◦ blue 21

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

Shades of Orange Red #F64215

Tints of Orange Red #F64215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.82%

 BLUE value IS 21 (8.59% from 255) = 6.31%

R = 73.87%
G = 19.82%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F64215 (or 0xF64215) is known color: Orange Red. HEX triplet: F6, 42 and 15. RGB value is (246,66,21). Sum of RGB (Red+Green+Blue) = 246+66+21=333 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.87% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 246 - color contains mainly: red. Hex color #F64215 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64215 is #09BDEA. Grayscale: #737373. Windows color (decimal): -638443 or 1393398. OLE color: 1393398.

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

Color convert

RGB 246 66 21 -
CMYK 0 0.73 0.91 0.04
HSL 12º 0.93% 0.52% -
HSV(B) 12º 0.91% 0.96% -
XYZ 40.09 23.54 3.14 -
YUV 114.69 75.13 221.66 -
System Red Green Blue C M Y K H S L
Decimal 246 66 21 0 0.73 0.91 0.04 12 0.93 0.52
Hex F6 42 15 0 49 5B 4 C 5D 34
Octal 366 102 25 0 111 133 4 14 135 64
Binary 11110110 1000010 10101 0 1001001 1011011 100 1100 1011101 110100

Color Harmonies of #F64215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64215

Black with #F64215

Text Example


Text Example

White with #F64215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64215; }

 p { color: rgb(246,66,21); }

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

background-color css

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

 a { background-color: rgb(246,66,21); }

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

border-color css

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

 span { border-color: rgb(246,66,21); }

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