Html Css Color HEX #F63C28 Red Orange

📋 copy color: '#F63C28'

red 246 ◦ green 60 ◦ blue 40

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

Shades of Red Orange #F63C28

Tints of Red Orange #F63C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.56%

R = 71.1%
G = 17.34%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F63C28 (or 0xF63C28) is known color: Red Orange. HEX triplet: F6, 3C and 28. RGB value is (246,60,40). Sum of RGB (Red+Green+Blue) = 246+60+40=346 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.10% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 40 (16.02% from 255 or 11.56% from 346); Max value from RGB is 246 - color contains mainly: red. Hex color #F63C28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63C28 is #09C3D7. Grayscale: #717171. Windows color (decimal): -639960 or 2637046. OLE color: 2637046.

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

Color convert

RGB 246 60 40 -
CMYK 0 0.76 0.84 0.04
HSL 5.83º 0.92% 0.56% -
HSV(B) 5.83º 0.84% 0.96% -
XYZ 40 22.98 4.33 -
YUV 113.33 86.62 222.63 -
System Red Green Blue C M Y K H S L
Decimal 246 60 40 0 0.76 0.84 0.04 5.83 0.92 0.56
Hex F6 3C 28 0 4C 54 4 6 5C 38
Octal 366 74 50 0 114 124 4 6 134 70
Binary 11110110 111100 101000 0 1001100 1010100 100 110 1011100 111000

Color Harmonies of #F63C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63C28

Black with #F63C28

Text Example


Text Example

White with #F63C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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