Html Css Color HEX #F63531 Red Orange

📋 copy color: '#F63531'

red 246 ◦ green 53 ◦ blue 49

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

Shades of Red Orange #F63531

Tints of Red Orange #F63531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.23%

 BLUE value IS 49 (19.53% from 255) = 14.08%

R = 70.69%
G = 15.23%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F63531 (or 0xF63531) is known color: Red Orange. HEX triplet: F6, 35 and 31. RGB value is (246,53,49). Sum of RGB (Red+Green+Blue) = 246+53+49=348 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.69% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 246 - color contains mainly: red. Hex color #F63531 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63531 is #09CACE. Grayscale: #6E6E6E. Windows color (decimal): -641743 or 3225078. OLE color: 3225078.

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

Color convert

RGB 246 53 49 -
CMYK 0 0.78 0.80 0.04
HSL 1.22º 0.92% 0.58% -
HSV(B) 1.22º 0.8% 0.96% -
XYZ 39.83 22.36 5.12 -
YUV 110.25 93.44 224.83 -
System Red Green Blue C M Y K H S L
Decimal 246 53 49 0 0.78 0.80 0.04 1.22 0.92 0.58
Hex F6 35 31 0 4E 50 4 1 5C 3A
Octal 366 65 61 0 116 120 4 1 134 72
Binary 11110110 110101 110001 0 1001110 1010000 100 1 1011100 111010

Color Harmonies of #F63531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63531

Black with #F63531

Text Example


Text Example

White with #F63531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63531; }

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

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

background-color css

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

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

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

border-color css

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

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

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