Html Css Color HEX #F63D07 Orange Red

📋 copy color: '#F63D07'

red 246 ◦ green 61 ◦ blue 7

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

Shades of Orange Red #F63D07

Tints of Orange Red #F63D07

RGB

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

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

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

R = 78.34%
G = 19.43%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F63D07 (or 0xF63D07) is known color: Orange Red. HEX triplet: F6, 3D and 07. RGB value is (246,61,7). Sum of RGB (Red+Green+Blue) = 246+61+7=314 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.34% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 7 (3.12% from 255 or 2.23% from 314); Max value from RGB is 246 - color contains mainly: red. Hex color #F63D07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63D07 is #09C2F8. Grayscale: #6E6E6E. Windows color (decimal): -639737 or 474614. OLE color: 474614.

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

Color convert

RGB 246 61 7 -
CMYK 0 0.75 0.97 0.04
HSL 13.56º 0.94% 0.5% -
HSV(B) 13.56º 0.97% 0.96% -
XYZ 39.71 22.95 2.54 -
YUV 110.16 69.79 224.89 -
System Red Green Blue C M Y K H S L
Decimal 246 61 7 0 0.75 0.97 0.04 13.56 0.94 0.5
Hex F6 3D 7 0 4B 61 4 E 5E 32
Octal 366 75 7 0 113 141 4 16 136 62
Binary 11110110 111101 111 0 1001011 1100001 100 1110 1011110 110010

Color Harmonies of #F63D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63D07

Black with #F63D07

Text Example


Text Example

White with #F63D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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