Html Css Color HEX #FA8044 Coral

📋 copy color: '#FA8044'

red 250 ◦ green 128 ◦ blue 68

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

Shades of Coral #FA8044

Tints of Coral #FA8044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.25%

R = 56.05%
G = 28.7%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FA8044 (or 0xFA8044) is known color: Coral. HEX triplet: FA, 80 and 44. RGB value is (250,128,68). Sum of RGB (Red+Green+Blue) = 250+128+68=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 68 (26.95% from 255 or 15.25% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8044 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8044 is #057FBB. Grayscale: #9D9D9D. Windows color (decimal): -360380 or 4489466. OLE color: 4489466.

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

Color convert

RGB 250 128 68 -
CMYK 0 0.49 0.73 0.02
HSL 19.78º 0.95% 0.62% -
HSV(B) 19.78º 0.73% 0.98% -
XYZ 48.19 36.18 9.91 -
YUV 157.64 77.42 193.88 -
System Red Green Blue C M Y K H S L
Decimal 250 128 68 0 0.49 0.73 0.02 19.78 0.95 0.62
Hex FA 80 44 0 31 49 2 14 5F 3E
Octal 372 200 104 0 61 111 2 24 137 76
Binary 11111010 10000000 1000100 0 110001 1001001 10 10100 1011111 111110

Color Harmonies of #FA8044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8044

Black with #FA8044

Text Example


Text Example

White with #FA8044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8044; }

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

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

background-color css

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

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

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

border-color css

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

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

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