Html Css Color HEX #FA804E Coral

📋 copy color: '#FA804E'

red 250 ◦ green 128 ◦ blue 78

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

Shades of Coral #FA804E

Tints of Coral #FA804E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.11%

R = 54.82%
G = 28.07%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FA804E (or 0xFA804E) is known color: Coral. HEX triplet: FA, 80 and 4E. RGB value is (250,128,78). Sum of RGB (Red+Green+Blue) = 250+128+78=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 78 (30.86% from 255 or 17.11% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA804E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA804E is #057FB1. Grayscale: #9F9F9F. Windows color (decimal): -360370 or 5144826. OLE color: 5144826.

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

Color convert

RGB 250 128 78 -
CMYK 0 0.49 0.69 0.02
HSL 17.44º 0.95% 0.64% -
HSV(B) 17.44º 0.69% 0.98% -
XYZ 48.52 36.31 11.66 -
YUV 158.78 82.42 193.07 -
System Red Green Blue C M Y K H S L
Decimal 250 128 78 0 0.49 0.69 0.02 17.44 0.95 0.64
Hex FA 80 4E 0 31 45 2 11 5F 40
Octal 372 200 116 0 61 105 2 21 137 100
Binary 11111010 10000000 1001110 0 110001 1000101 10 10001 1011111 1000000

Color Harmonies of #FA804E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA804E

Black with #FA804E

Text Example


Text Example

White with #FA804E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA804E; }

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

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

background-color css

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

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

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

border-color css

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

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

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