Html Css Color HEX #F63811 Orange Red

📋 copy color: '#F63811'

red 246 ◦ green 56 ◦ blue 17

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

Shades of Orange Red #F63811

Tints of Orange Red #F63811

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.55%

 BLUE value IS 17 (7.03% from 255) = 5.33%

R = 77.12%
G = 17.55%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F63811 (or 0xF63811) is known color: Orange Red. HEX triplet: F6, 38 and 11. RGB value is (246,56,17). Sum of RGB (Red+Green+Blue) = 246+56+17=319 (42% of max value = 765). Red value is 246 (96.48% from 255 or 77.12% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 17 (7.03% from 255 or 5.33% from 319); Max value from RGB is 246 - color contains mainly: red. Hex color #F63811 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63811 is #09C7EE. Grayscale: #6C6C6C. Windows color (decimal): -641007 or 1128694. OLE color: 1128694.

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

Color convert

RGB 246 56 17 -
CMYK 0 0.77 0.93 0.04
HSL 10.22º 0.93% 0.52% -
HSV(B) 10.22º 0.93% 0.96% -
XYZ 39.52 22.46 2.78 -
YUV 108.36 76.45 226.17 -
System Red Green Blue C M Y K H S L
Decimal 246 56 17 0 0.77 0.93 0.04 10.22 0.93 0.52
Hex F6 38 11 0 4D 5D 4 A 5D 34
Octal 366 70 21 0 115 135 4 12 135 64
Binary 11110110 111000 10001 0 1001101 1011101 100 1010 1011101 110100

Color Harmonies of #F63811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63811

Black with #F63811

Text Example


Text Example

White with #F63811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63811; }

 p { color: rgb(246,56,17); }

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

background-color css

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

 a { background-color: rgb(246,56,17); }

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

border-color css

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

 span { border-color: rgb(246,56,17); }

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