#FA824D

Color #FA824D Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral #FA824D

Tints of Coral #FA824D

Color information

#FA824D (or 0xFA824D) is unknown color: approx Coral. HEX triplet: FA, 82 and 4D. RGB value is (250,130,77). Sum of RGB (Red+Green+Blue) = 250+130+77=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 77 (30.47% from 255 or 16.85% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA824D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA824D is #057DB2. Grayscale: #A0A0A0. Windows color (decimal): -359859 or 5079802. OLE color: 5079802.

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

Color convert

RGB25013077-
CMYK00.480.690.02
HSL18.38º94.54%64.12%-
HSV(B)18.38º69.2%98.04%-
XYZ48.7536.8311.56-
YUV159.8481.26192.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.70%
GREEN value IS 130 (51.17% from 255) = 28.45%
BLUE value IS 77 (30.47% from 255) = 16.85%
R=54.70%
G=28.45%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501307700.480.690.0218.3894.5464.12
HexFA824D030452125f40
Octal372202115060105222137100
Binary1111101010000010100110101100001000101101001010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA824D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA824D; }

 p { color: rgb(250,130,77); }

 H1.HeaderClassName
 {
   color: #FA824D;
 }
 .AnyTagClassName
 {
   color: #FA824D;
 }
</style>
background-color css

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

 a { background-color: rgb(250,130,77); }

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

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

 span { border-color: rgb(250,130,77); }

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