Html Css Color HEX #F63C22 Red Orange

📋 copy color: '#F63C22'

red 246 ◦ green 60 ◦ blue 34

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

Shades of Red Orange #F63C22

Tints of Red Orange #F63C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10%

R = 72.35%
G = 17.65%
B = 10%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F63C22 (or 0xF63C22) is known color: Red Orange. HEX triplet: F6, 3C and 22. RGB value is (246,60,34). Sum of RGB (Red+Green+Blue) = 246+60+34=340 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.35% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 34 (13.67% from 255 or 10% from 340); Max value from RGB is 246 - color contains mainly: red. Hex color #F63C22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63C22 is #09C3DD. Grayscale: #707070. Windows color (decimal): -639966 or 2243830. OLE color: 2243830.

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

Color convert

RGB 246 60 34 -
CMYK 0 0.76 0.86 0.04
HSL 7.36º 0.92% 0.55% -
HSV(B) 7.36º 0.86% 0.96% -
XYZ 39.91 22.94 3.84 -
YUV 112.65 83.62 223.11 -
System Red Green Blue C M Y K H S L
Decimal 246 60 34 0 0.76 0.86 0.04 7.36 0.92 0.55
Hex F6 3C 22 0 4C 56 4 7 5C 37
Octal 366 74 42 0 114 126 4 7 134 67
Binary 11110110 111100 100010 0 1001100 1010110 100 111 1011100 110111

Color Harmonies of #F63C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63C22

Black with #F63C22

Text Example


Text Example

White with #F63C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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