Html Css Color HEX #F64108 Orange Red

📋 copy color: '#F64108'

red 246 ◦ green 65 ◦ blue 8

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

Shades of Orange Red #F64108

Tints of Orange Red #F64108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.51%

R = 77.12%
G = 20.38%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F64108 (or 0xF64108) is known color: Orange Red. HEX triplet: F6, 41 and 08. RGB value is (246,65,8). Sum of RGB (Red+Green+Blue) = 246+65+8=319 (42% of max value = 765). Red value is 246 (96.48% from 255 or 77.12% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 246 - color contains mainly: red. Hex color #F64108 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64108 is #09BEF7. Grayscale: #717171. Windows color (decimal): -638712 or 541174. OLE color: 541174.

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

Color convert

RGB 246 65 8 -
CMYK 0 0.74 0.97 0.04
HSL 14.37º 0.94% 0.5% -
HSV(B) 14.37º 0.97% 0.96% -
XYZ 39.94 23.39 2.64 -
YUV 112.62 68.97 223.13 -
System Red Green Blue C M Y K H S L
Decimal 246 65 8 0 0.74 0.97 0.04 14.37 0.94 0.5
Hex F6 41 8 0 4A 61 4 E 5E 32
Octal 366 101 10 0 112 141 4 16 136 62
Binary 11110110 1000001 1000 0 1001010 1100001 100 1110 1011110 110010

Color Harmonies of #F64108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64108

Black with #F64108

Text Example


Text Example

White with #F64108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64108; }

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

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

background-color css

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

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

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

border-color css

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

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

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