Html Css Color HEX #F63122 Red Orange

📋 copy color: '#F63122'

red 246 ◦ green 49 ◦ blue 34

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

Shades of Red Orange #F63122

Tints of Red Orange #F63122

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.89%

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

R = 74.77%
G = 14.89%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F63122 (or 0xF63122) is known color: Red Orange. HEX triplet: F6, 31 and 22. RGB value is (246,49,34). Sum of RGB (Red+Green+Blue) = 246+49+34=329 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.77% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 34 (13.67% from 255 or 10.33% from 329); Max value from RGB is 246 - color contains mainly: red. Hex color #F63122 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63122 is #09CEDD. Grayscale: #6A6A6A. Windows color (decimal): -642782 or 2241014. OLE color: 2241014.

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

Color convert

RGB 246 49 34 -
CMYK 0 0.80 0.86 0.04
HSL 4.25º 0.92% 0.55% -
HSV(B) 4.25º 0.86% 0.96% -
XYZ 39.39 21.9 3.67 -
YUV 106.19 87.27 227.72 -
System Red Green Blue C M Y K H S L
Decimal 246 49 34 0 0.80 0.86 0.04 4.25 0.92 0.55
Hex F6 31 22 0 50 56 4 4 5C 37
Octal 366 61 42 0 120 126 4 4 134 67
Binary 11110110 110001 100010 0 1010000 1010110 100 100 1011100 110111

Color Harmonies of #F63122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63122

Black with #F63122

Text Example


Text Example

White with #F63122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63122; }

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

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

background-color css

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

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

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

border-color css

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

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

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