Html Css Color HEX #FA8051 Coral

📋 copy color: '#FA8051'

red 250 ◦ green 128 ◦ blue 81

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

Shades of Coral #FA8051

Tints of Coral #FA8051

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.89%

 BLUE value IS 81 (32.03% from 255) = 17.65%

R = 54.47%
G = 27.89%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA8051 (or 0xFA8051) is known color: Coral. HEX triplet: FA, 80 and 51. RGB value is (250,128,81). Sum of RGB (Red+Green+Blue) = 250+128+81=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 81 (32.03% from 255 or 17.65% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8051 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8051 is #057FAE. Grayscale: #9F9F9F. Windows color (decimal): -360367 or 5341434. OLE color: 5341434.

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

Color convert

RGB 250 128 81 -
CMYK 0 0.49 0.68 0.02
HSL 16.69º 0.94% 0.65% -
HSV(B) 16.69º 0.68% 0.98% -
XYZ 48.63 36.36 12.24 -
YUV 159.12 83.92 192.82 -
System Red Green Blue C M Y K H S L
Decimal 250 128 81 0 0.49 0.68 0.02 16.69 0.94 0.65
Hex FA 80 51 0 31 44 2 11 5E 41
Octal 372 200 121 0 61 104 2 21 136 101
Binary 11111010 10000000 1010001 0 110001 1000100 10 10001 1011110 1000001

Color Harmonies of #FA8051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8051

Black with #FA8051

Text Example


Text Example

White with #FA8051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8051; }

 p { color: rgb(250,128,81); }

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

background-color css

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

 a { background-color: rgb(250,128,81); }

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

border-color css

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

 span { border-color: rgb(250,128,81); }

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