Html Css Color HEX #FA8144 Coral

📋 copy color: '#FA8144'

red 250 ◦ green 129 ◦ blue 68

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

Shades of Coral #FA8144

Tints of Coral #FA8144

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.86%

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

R = 55.93%
G = 28.86%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FA8144 (or 0xFA8144) is known color: Coral. HEX triplet: FA, 81 and 44. RGB value is (250,129,68). Sum of RGB (Red+Green+Blue) = 250+129+68=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 68 (26.95% from 255 or 15.21% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8144 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8144 is #057EBB. Grayscale: #9E9E9E. Windows color (decimal): -360124 or 4489722. OLE color: 4489722.

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

Color convert

RGB 250 129 68 -
CMYK 0 0.48 0.73 0.02
HSL 20.11º 0.95% 0.62% -
HSV(B) 20.11º 0.73% 0.98% -
XYZ 48.32 36.44 9.96 -
YUV 158.23 77.09 193.46 -
System Red Green Blue C M Y K H S L
Decimal 250 129 68 0 0.48 0.73 0.02 20.11 0.95 0.62
Hex FA 81 44 0 30 49 2 14 5F 3E
Octal 372 201 104 0 60 111 2 24 137 76
Binary 11111010 10000001 1000100 0 110000 1001001 10 10100 1011111 111110

Color Harmonies of #FA8144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8144

Black with #FA8144

Text Example


Text Example

White with #FA8144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8144; }

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

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

background-color css

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

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

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

border-color css

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

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

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