Html Css Color HEX #F63707 Orange Red

📋 copy color: '#F63707'

red 246 ◦ green 55 ◦ blue 7

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

Shades of Orange Red #F63707

Tints of Orange Red #F63707

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.86%

 BLUE value IS 7 (3.13% from 255) = 2.27%

R = 79.87%
G = 17.86%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F63707 (or 0xF63707) is known color: Orange Red. HEX triplet: F6, 37 and 07. RGB value is (246,55,7). Sum of RGB (Red+Green+Blue) = 246+55+7=308 (40% of max value = 765). Red value is 246 (96.48% from 255 or 79.87% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 246 - color contains mainly: red. Hex color #F63707 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63707 is #09C8F8. Grayscale: #6B6B6B. Windows color (decimal): -641273 or 473078. OLE color: 473078.

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

Color convert

RGB 246 55 7 -
CMYK 0 0.78 0.97 0.04
HSL 12.05º 0.94% 0.5% -
HSV(B) 12.05º 0.97% 0.96% -
XYZ 39.41 22.34 2.44 -
YUV 106.64 71.78 227.4 -
System Red Green Blue C M Y K H S L
Decimal 246 55 7 0 0.78 0.97 0.04 12.05 0.94 0.5
Hex F6 37 7 0 4E 61 4 C 5E 32
Octal 366 67 7 0 116 141 4 14 136 62
Binary 11110110 110111 111 0 1001110 1100001 100 1100 1011110 110010

Color Harmonies of #F63707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63707

Black with #F63707

Text Example


Text Example

White with #F63707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63707; }

 p { color: rgb(246,55,7); }

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

background-color css

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

 a { background-color: rgb(246,55,7); }

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

border-color css

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

 span { border-color: rgb(246,55,7); }

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