Html Css Color HEX #F64A19 Orange Red

📋 copy color: '#F64A19'

red 246 ◦ green 74 ◦ blue 25

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

Shades of Orange Red #F64A19

Tints of Orange Red #F64A19

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.45%

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

R = 71.3%
G = 21.45%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F64A19 (or 0xF64A19) is known color: Orange Red. HEX triplet: F6, 4A and 19. RGB value is (246,74,25). Sum of RGB (Red+Green+Blue) = 246+74+25=345 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.30% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 246 - color contains mainly: red. Hex color #F64A19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64A19 is #09B5E6. Grayscale: #787878. Windows color (decimal): -636391 or 1657590. OLE color: 1657590.

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

Color convert

RGB 246 74 25 -
CMYK 0 0.70 0.90 0.04
HSL 13.3º 0.92% 0.53% -
HSV(B) 13.3º 0.9% 0.96% -
XYZ 40.63 24.56 3.52 -
YUV 119.84 74.48 217.98 -
System Red Green Blue C M Y K H S L
Decimal 246 74 25 0 0.70 0.90 0.04 13.3 0.92 0.53
Hex F6 4A 19 0 46 5A 4 D 5C 35
Octal 366 112 31 0 106 132 4 15 134 65
Binary 11110110 1001010 11001 0 1000110 1011010 100 1101 1011100 110101

Color Harmonies of #F64A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64A19

Black with #F64A19

Text Example


Text Example

White with #F64A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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