Html Css Color HEX #FA8546 Coral

📋 copy color: '#FA8546'

red 250 ◦ green 133 ◦ blue 70

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

Shades of Coral #FA8546

Tints of Coral #FA8546

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.36%

 BLUE value IS 70 (27.73% from 255) = 15.45%

R = 55.19%
G = 29.36%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FA8546 (or 0xFA8546) is known color: Coral. HEX triplet: FA, 85 and 46. RGB value is (250,133,70). Sum of RGB (Red+Green+Blue) = 250+133+70=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8546 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8546 is #057AB9. Grayscale: #A1A1A1. Windows color (decimal): -359098 or 4621818. OLE color: 4621818.

HSL color Cylindrical-coordinate representation of color #FA8546: hue angle of 21º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA8546 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 133 70 -
CMYK 0 0.47 0.72 0.02
HSL 21º 0.95% 0.63% -
HSV(B) 21º 0.72% 0.98% -
XYZ 48.92 37.54 10.46 -
YUV 160.8 76.76 191.62 -
System Red Green Blue C M Y K H S L
Decimal 250 133 70 0 0.47 0.72 0.02 21 0.95 0.63
Hex FA 85 46 0 2F 48 2 15 5F 3F
Octal 372 205 106 0 57 110 2 25 137 77
Binary 11111010 10000101 1000110 0 101111 1001000 10 10101 1011111 111111

Color Harmonies of #FA8546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8546

Black with #FA8546

Text Example


Text Example

White with #FA8546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8546; }

 p { color: rgb(250,133,70); }

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

background-color css

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

 a { background-color: rgb(250,133,70); }

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

border-color css

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

 span { border-color: rgb(250,133,70); }

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