Html Css Color HEX #F64310 Orange Red

📋 copy color: '#F64310'

red 246 ◦ green 67 ◦ blue 16

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

Shades of Orange Red #F64310

Tints of Orange Red #F64310

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.36%

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

R = 74.77%
G = 20.36%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F64310 (or 0xF64310) is known color: Orange Red. HEX triplet: F6, 43 and 10. RGB value is (246,67,16). Sum of RGB (Red+Green+Blue) = 246+67+16=329 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.77% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 246 - color contains mainly: red. Hex color #F64310 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64310 is #09BCEF. Grayscale: #737373. Windows color (decimal): -638192 or 1065974. OLE color: 1065974.

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

Color convert

RGB 246 67 16 -
CMYK 0 0.73 0.93 0.04
HSL 13.3º 0.93% 0.51% -
HSV(B) 13.3º 0.93% 0.96% -
XYZ 40.11 23.64 2.94 -
YUV 114.71 72.3 221.65 -
System Red Green Blue C M Y K H S L
Decimal 246 67 16 0 0.73 0.93 0.04 13.3 0.93 0.51
Hex F6 43 10 0 49 5D 4 D 5D 33
Octal 366 103 20 0 111 135 4 15 135 63
Binary 11110110 1000011 10000 0 1001001 1011101 100 1101 1011101 110011

Color Harmonies of #F64310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64310

Black with #F64310

Text Example


Text Example

White with #F64310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64310; }

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

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

background-color css

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

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

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

border-color css

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

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

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