Html Css Color HEX #F64219 Orange Red

📋 copy color: '#F64219'

red 246 ◦ green 66 ◦ blue 25

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

Shades of Orange Red #F64219

Tints of Orange Red #F64219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.42%

R = 73%
G = 19.58%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F64219 (or 0xF64219) is known color: Orange Red. HEX triplet: F6, 42 and 19. RGB value is (246,66,25). Sum of RGB (Red+Green+Blue) = 246+66+25=337 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.00% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 246 - color contains mainly: red. Hex color #F64219 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64219 is #09BDE6. Grayscale: #737373. Windows color (decimal): -638439 or 1655542. OLE color: 1655542.

HSL color Cylindrical-coordinate representation of color #F64219: hue angle of 11.13º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F64219 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 66 25 -
CMYK 0 0.73 0.90 0.04
HSL 11.13º 0.92% 0.53% -
HSV(B) 11.13º 0.9% 0.96% -
XYZ 40.13 23.56 3.35 -
YUV 115.15 77.13 221.33 -
System Red Green Blue C M Y K H S L
Decimal 246 66 25 0 0.73 0.90 0.04 11.13 0.92 0.53
Hex F6 42 19 0 49 5A 4 B 5C 35
Octal 366 102 31 0 111 132 4 13 134 65
Binary 11110110 1000010 11001 0 1001001 1011010 100 1011 1011100 110101

Color Harmonies of #F64219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64219

Black with #F64219

Text Example


Text Example

White with #F64219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64219; }

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

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

background-color css

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

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

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

border-color css

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

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

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