Html Css Color HEX #FA8253 Coral

📋 copy color: '#FA8253'

red 250 ◦ green 130 ◦ blue 83

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

Shades of Coral #FA8253

Tints of Coral #FA8253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.93%

R = 54%
G = 28.08%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FA8253 (or 0xFA8253) is known color: Coral. HEX triplet: FA, 82 and 53. RGB value is (250,130,83). Sum of RGB (Red+Green+Blue) = 250+130+83=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 83 (32.81% from 255 or 17.93% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8253 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8253 is #057DAC. Grayscale: #A0A0A0. Windows color (decimal): -359853 or 5473018. OLE color: 5473018.

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

Color convert

RGB 250 130 83 -
CMYK 0 0.48 0.67 0.02
HSL 16.89º 0.94% 0.65% -
HSV(B) 16.89º 0.67% 0.98% -
XYZ 48.97 36.91 12.73 -
YUV 160.52 84.26 191.82 -
System Red Green Blue C M Y K H S L
Decimal 250 130 83 0 0.48 0.67 0.02 16.89 0.94 0.65
Hex FA 82 53 0 30 43 2 11 5E 41
Octal 372 202 123 0 60 103 2 21 136 101
Binary 11111010 10000010 1010011 0 110000 1000011 10 10001 1011110 1000001

Color Harmonies of #FA8253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8253

Black with #FA8253

Text Example


Text Example

White with #FA8253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8253; }

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

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

background-color css

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

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

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

border-color css

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

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

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