Html Css Color HEX #FA8250 Coral

📋 copy color: '#FA8250'

red 250 ◦ green 130 ◦ blue 80

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

Shades of Coral #FA8250

Tints of Coral #FA8250

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.26%

 BLUE value IS 80 (31.64% from 255) = 17.39%

R = 54.35%
G = 28.26%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA8250 (or 0xFA8250) is known color: Coral. HEX triplet: FA, 82 and 50. RGB value is (250,130,80). Sum of RGB (Red+Green+Blue) = 250+130+80=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 80 (31.64% from 255 or 17.39% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8250 is #057DAF. Grayscale: #A0A0A0. Windows color (decimal): -359856 or 5276410. OLE color: 5276410.

HSL color Cylindrical-coordinate representation of color #FA8250: hue angle of 17.65º 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 #FA8250 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 130 80 -
CMYK 0 0.48 0.68 0.02
HSL 17.65º 0.94% 0.65% -
HSV(B) 17.65º 0.68% 0.98% -
XYZ 48.85 36.87 12.13 -
YUV 160.18 82.76 192.07 -
System Red Green Blue C M Y K H S L
Decimal 250 130 80 0 0.48 0.68 0.02 17.65 0.94 0.65
Hex FA 82 50 0 30 44 2 12 5E 41
Octal 372 202 120 0 60 104 2 22 136 101
Binary 11111010 10000010 1010000 0 110000 1000100 10 10010 1011110 1000001

Color Harmonies of #FA8250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8250

Black with #FA8250

Text Example


Text Example

White with #FA8250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8250; }

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

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

background-color css

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

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

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

border-color css

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

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

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