Html Css Color HEX #F63C00 Orange Red

📋 copy color: '#F63C00'

red 246 ◦ green 60 ◦ blue 0

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

Shades of Orange Red #F63C00

Tints of Orange Red #F63C00

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.61%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.39%
G = 19.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F63C00 (or 0xF63C00) is known color: Orange Red. HEX triplet: F6, 3C and 00. RGB value is (246,60,0). Sum of RGB (Red+Green+Blue) = 246+60+0=306 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.39% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 246 - color contains mainly: red. Hex color #F63C00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63C00 is #09C3FF. Grayscale: #6D6D6D. Windows color (decimal): -640000 or 15606. OLE color: 15606.

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

Color convert

RGB 246 60 0 -
CMYK 0 0.76 1 0.04
HSL 14.63º 1% 0.48% -
HSV(B) 14.63º 1% 0.96% -
XYZ 39.62 22.82 2.32 -
YUV 108.77 66.62 225.88 -
System Red Green Blue C M Y K H S L
Decimal 246 60 0 0 0.76 1 0.04 14.63 1 0.48
Hex F6 3C 0 0 4C 64 4 F 64 30
Octal 366 74 0 0 114 144 4 17 144 60
Binary 11110110 111100 0 0 1001100 1100100 100 1111 1100100 110000

Color Harmonies of #F63C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63C00

Black with #F63C00

Text Example


Text Example

White with #F63C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63C00; }

 p { color: rgb(246,60,0); }

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

background-color css

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

 a { background-color: rgb(246,60,0); }

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

border-color css

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

 span { border-color: rgb(246,60,0); }

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