Html Css Color HEX #F64110 Orange Red

📋 copy color: '#F64110'

red 246 ◦ green 65 ◦ blue 16

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

Shades of Orange Red #F64110

Tints of Orange Red #F64110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.89%

R = 75.23%
G = 19.88%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F64110 (or 0xF64110) is known color: Orange Red. HEX triplet: F6, 41 and 10. RGB value is (246,65,16). Sum of RGB (Red+Green+Blue) = 246+65+16=327 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75.23% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 246 - color contains mainly: red. Hex color #F64110 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64110 is #09BEEF. Grayscale: #717171. Windows color (decimal): -638704 or 1065462. OLE color: 1065462.

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

Color convert

RGB 246 65 16 -
CMYK 0 0.74 0.93 0.04
HSL 12.78º 0.93% 0.51% -
HSV(B) 12.78º 0.93% 0.96% -
XYZ 39.99 23.41 2.9 -
YUV 113.53 72.97 222.48 -
System Red Green Blue C M Y K H S L
Decimal 246 65 16 0 0.74 0.93 0.04 12.78 0.93 0.51
Hex F6 41 10 0 4A 5D 4 D 5D 33
Octal 366 101 20 0 112 135 4 15 135 63
Binary 11110110 1000001 10000 0 1001010 1011101 100 1101 1011101 110011

Color Harmonies of #F64110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64110

Black with #F64110

Text Example


Text Example

White with #F64110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64110; }

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

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

background-color css

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

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

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

border-color css

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

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

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