Html Css Color HEX #F63A32 Red Orange

📋 copy color: '#F63A32'

red 246 ◦ green 58 ◦ blue 50

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

Shades of Red Orange #F63A32

Tints of Red Orange #F63A32

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.38%

 BLUE value IS 50 (19.92% from 255) = 14.12%

R = 69.49%
G = 16.38%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F63A32 (or 0xF63A32) is known color: Red Orange. HEX triplet: F6, 3A and 32. RGB value is (246,58,50). Sum of RGB (Red+Green+Blue) = 246+58+50=354 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.49% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 246 - color contains mainly: red. Hex color #F63A32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63A32 is #09C5CD. Grayscale: #717171. Windows color (decimal): -640462 or 3291894. OLE color: 3291894.

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

Color convert

RGB 246 58 50 -
CMYK 0 0.76 0.80 0.04
HSL 2.45º 0.92% 0.58% -
HSV(B) 2.45º 0.8% 0.96% -
XYZ 40.09 22.85 5.31 -
YUV 113.3 92.28 222.65 -
System Red Green Blue C M Y K H S L
Decimal 246 58 50 0 0.76 0.80 0.04 2.45 0.92 0.58
Hex F6 3A 32 0 4C 50 4 2 5C 3A
Octal 366 72 62 0 114 120 4 2 134 72
Binary 11110110 111010 110010 0 1001100 1010000 100 10 1011100 111010

Color Harmonies of #F63A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63A32

Black with #F63A32

Text Example


Text Example

White with #F63A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63A32; }

 p { color: rgb(246,58,50); }

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

background-color css

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

 a { background-color: rgb(246,58,50); }

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

border-color css

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

 span { border-color: rgb(246,58,50); }

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