Html Css Color HEX #F63D10 Orange Red

📋 copy color: '#F63D10'

red 246 ◦ green 61 ◦ blue 16

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

Shades of Orange Red #F63D10

Tints of Orange Red #F63D10

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.89%

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

R = 76.16%
G = 18.89%
B = 4.95%

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

#F63D10 (or 0xF63D10) is known color: Orange Red. HEX triplet: F6, 3D and 10. RGB value is (246,61,16). Sum of RGB (Red+Green+Blue) = 246+61+16=323 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.16% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 246 - color contains mainly: red. Hex color #F63D10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63D10 is #09C2EF. Grayscale: #6F6F6F. Windows color (decimal): -639728 or 1064438. OLE color: 1064438.

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

Color convert

RGB 246 61 16 -
CMYK 0 0.75 0.93 0.04
HSL 11.74º 0.93% 0.51% -
HSV(B) 11.74º 0.93% 0.96% -
XYZ 39.77 22.97 2.83 -
YUV 111.19 74.29 224.16 -
System Red Green Blue C M Y K H S L
Decimal 246 61 16 0 0.75 0.93 0.04 11.74 0.93 0.51
Hex F6 3D 10 0 4B 5D 4 C 5D 33
Octal 366 75 20 0 113 135 4 14 135 63
Binary 11110110 111101 10000 0 1001011 1011101 100 1100 1011101 110011

Color Harmonies of #F63D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63D10

Black with #F63D10

Text Example


Text Example

White with #F63D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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