Html Css Color HEX #FA8356 Coral

📋 copy color: '#FA8356'

red 250 ◦ green 131 ◦ blue 86

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

Shades of Coral #FA8356

Tints of Coral #FA8356

RGB

 RED value IS 250 (98.05% from 255) = 53.53%

 GREEN value IS 131 (51.56% from 255) = 28.05%

 BLUE value IS 86 (33.98% from 255) = 18.42%

R = 53.53%
G = 28.05%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FA8356 (or 0xFA8356) is known color: Coral. HEX triplet: FA, 83 and 56. RGB value is (250,131,86). Sum of RGB (Red+Green+Blue) = 250+131+86=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8356 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8356 is #057CA9. Grayscale: #A1A1A1. Windows color (decimal): -359594 or 5669882. OLE color: 5669882.

HSL color Cylindrical-coordinate representation of color #FA8356: hue angle of 16.46º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA8356 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 131 86 -
CMYK 0 0.48 0.66 0.02
HSL 16.46º 0.94% 0.66% -
HSV(B) 16.46º 0.66% 0.98% -
XYZ 49.22 37.23 13.4 -
YUV 161.45 85.42 191.16 -
System Red Green Blue C M Y K H S L
Decimal 250 131 86 0 0.48 0.66 0.02 16.46 0.94 0.66
Hex FA 83 56 0 30 42 2 10 5E 42
Octal 372 203 126 0 60 102 2 20 136 102
Binary 11111010 10000011 1010110 0 110000 1000010 10 10000 1011110 1000010

Color Harmonies of #FA8356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8356

Black with #FA8356

Text Example


Text Example

White with #FA8356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8356; }

 p { color: rgb(250,131,86); }

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

background-color css

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

 a { background-color: rgb(250,131,86); }

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

border-color css

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

 span { border-color: rgb(250,131,86); }

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