Html Css Color HEX #FA804F Coral

📋 copy color: '#FA804F'

red 250 ◦ green 128 ◦ blue 79

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

Shades of Coral #FA804F

Tints of Coral #FA804F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.29%

R = 54.7%
G = 28.01%
B = 17.29%

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

#FA804F (or 0xFA804F) is known color: Coral. HEX triplet: FA, 80 and 4F. RGB value is (250,128,79). Sum of RGB (Red+Green+Blue) = 250+128+79=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 79 (31.25% from 255 or 17.29% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA804F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA804F is #057FB0. Grayscale: #9F9F9F. Windows color (decimal): -360369 or 5210362. OLE color: 5210362.

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

Color convert

RGB 250 128 79 -
CMYK 0 0.49 0.68 0.02
HSL 17.19º 0.94% 0.65% -
HSV(B) 17.19º 0.68% 0.98% -
XYZ 48.55 36.33 11.85 -
YUV 158.89 82.92 192.98 -
System Red Green Blue C M Y K H S L
Decimal 250 128 79 0 0.49 0.68 0.02 17.19 0.94 0.65
Hex FA 80 4F 0 31 44 2 11 5E 41
Octal 372 200 117 0 61 104 2 21 136 101
Binary 11111010 10000000 1001111 0 110001 1000100 10 10001 1011110 1000001

Color Harmonies of #FA804F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA804F

Black with #FA804F

Text Example


Text Example

White with #FA804F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA804F; }

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

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

background-color css

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

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

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

border-color css

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

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

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