Html Css Color HEX #F63E10 Orange Red

📋 copy color: '#F63E10'

red 246 ◦ green 62 ◦ blue 16

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

Shades of Orange Red #F63E10

Tints of Orange Red #F63E10

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.14%

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

R = 75.93%
G = 19.14%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F63E10 (or 0xF63E10) is known color: Orange Red. HEX triplet: F6, 3E and 10. RGB value is (246,62,16). Sum of RGB (Red+Green+Blue) = 246+62+16=324 (42% of max value = 765). Red value is 246 (96.48% from 255 or 75.93% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 246 - color contains mainly: red. Hex color #F63E10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63E10 is #09C1EF. Grayscale: #707070. Windows color (decimal): -639472 or 1064694. OLE color: 1064694.

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

Color convert

RGB 246 62 16 -
CMYK 0 0.75 0.93 0.04
HSL 12º 0.93% 0.51% -
HSV(B) 12º 0.93% 0.96% -
XYZ 39.82 23.08 2.85 -
YUV 111.77 73.96 223.74 -
System Red Green Blue C M Y K H S L
Decimal 246 62 16 0 0.75 0.93 0.04 12 0.93 0.51
Hex F6 3E 10 0 4B 5D 4 C 5D 33
Octal 366 76 20 0 113 135 4 14 135 63
Binary 11110110 111110 10000 0 1001011 1011101 100 1100 1011101 110011

Color Harmonies of #F63E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63E10

Black with #F63E10

Text Example


Text Example

White with #F63E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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