Html Css Color HEX #F64000 Orange Red

📋 copy color: '#F64000'

red 246 ◦ green 64 ◦ blue 0

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

Shades of Orange Red #F64000

Tints of Orange Red #F64000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.65%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.35%
G = 20.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F64000 (or 0xF64000) is known color: Orange Red. HEX triplet: F6, 40 and 00. RGB value is (246,64,0). Sum of RGB (Red+Green+Blue) = 246+64+0=310 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.35% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 246 - color contains mainly: red. Hex color #F64000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64000 is #09BFFF. Grayscale: #6F6F6F. Windows color (decimal): -638976 or 16630. OLE color: 16630.

HSL color Cylindrical-coordinate representation of color #F64000: hue angle of 15.61º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F64000 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 64 0 -
CMYK 0 0.74 1 0.04
HSL 15.61º 1% 0.48% -
HSV(B) 15.61º 1% 0.96% -
XYZ 39.84 23.26 2.39 -
YUV 111.12 65.3 224.2 -
System Red Green Blue C M Y K H S L
Decimal 246 64 0 0 0.74 1 0.04 15.61 1 0.48
Hex F6 40 0 0 4A 64 4 10 64 30
Octal 366 100 0 0 112 144 4 20 144 60
Binary 11110110 1000000 0 0 1001010 1100100 100 10000 1100100 110000

Color Harmonies of #F64000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64000

Black with #F64000

Text Example


Text Example

White with #F64000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64000; }

 p { color: rgb(246,64,0); }

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

background-color css

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

 a { background-color: rgb(246,64,0); }

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

border-color css

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

 span { border-color: rgb(246,64,0); }

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