Html Css Color HEX #FA825A Coral

📋 copy color: '#FA825A'

red 250 ◦ green 130 ◦ blue 90

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

Shades of Coral #FA825A

Tints of Coral #FA825A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.15%

R = 53.19%
G = 27.66%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA825A (or 0xFA825A) is known color: Coral. HEX triplet: FA, 82 and 5A. RGB value is (250,130,90). Sum of RGB (Red+Green+Blue) = 250+130+90=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 90 (35.55% from 255 or 19.15% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA825A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA825A is #057DA5. Grayscale: #A1A1A1. Windows color (decimal): -359846 or 5931770. OLE color: 5931770.

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

Color convert

RGB 250 130 90 -
CMYK 0 0.48 0.64 0.02
HSL 15º 0.94% 0.67% -
HSV(B) 15º 0.64% 0.98% -
XYZ 49.25 37.03 14.22 -
YUV 161.32 87.76 191.25 -
System Red Green Blue C M Y K H S L
Decimal 250 130 90 0 0.48 0.64 0.02 15 0.94 0.67
Hex FA 82 5A 0 30 40 2 F 5E 43
Octal 372 202 132 0 60 100 2 17 136 103
Binary 11111010 10000010 1011010 0 110000 1000000 10 1111 1011110 1000011

Color Harmonies of #FA825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA825A

Black with #FA825A

Text Example


Text Example

White with #FA825A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA825A; }

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

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

background-color css

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

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

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

border-color css

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

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

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