Html Css Color HEX #F6563A Outrageous Orange

📋 copy color: '#F6563A'

red 246 ◦ green 86 ◦ blue 58

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

Shades of Outrageous Orange #F6563A

Tints of Outrageous Orange #F6563A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.05%

 BLUE value IS 58 (23.05% from 255) = 14.87%

R = 63.08%
G = 22.05%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F6563A (or 0xF6563A) is known color: Outrageous Orange. HEX triplet: F6, 56 and 3A. RGB value is (246,86,58). Sum of RGB (Red+Green+Blue) = 246+86+58=390 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.08% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 58 (23.05% from 255 or 14.87% from 390); Max value from RGB is 246 - color contains mainly: red. Hex color #F6563A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6563A is #09A9C5. Grayscale: #828282. Windows color (decimal): -633286 or 3823350. OLE color: 3823350.

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

Color convert

RGB 246 86 58 -
CMYK 0 0.65 0.76 0.04
HSL 8.94º 0.91% 0.6% -
HSV(B) 8.94º 0.76% 0.96% -
XYZ 42.1 26.55 6.91 -
YUV 130.65 87.01 210.28 -
System Red Green Blue C M Y K H S L
Decimal 246 86 58 0 0.65 0.76 0.04 8.94 0.91 0.6
Hex F6 56 3A 0 41 4C 4 9 5B 3C
Octal 366 126 72 0 101 114 4 11 133 74
Binary 11110110 1010110 111010 0 1000001 1001100 100 1001 1011011 111100

Color Harmonies of #F6563A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6563A

Black with #F6563A

Text Example


Text Example

White with #F6563A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6563A; }

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

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

background-color css

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

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

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

border-color css

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

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

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