Html Css Color HEX #FA8548 Coral

📋 copy color: '#FA8548'

red 250 ◦ green 133 ◦ blue 72

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

Shades of Coral #FA8548

Tints of Coral #FA8548

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.23%

 BLUE value IS 72 (28.52% from 255) = 15.82%

R = 54.95%
G = 29.23%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FA8548 (or 0xFA8548) is known color: Coral. HEX triplet: FA, 85 and 48. RGB value is (250,133,72). Sum of RGB (Red+Green+Blue) = 250+133+72=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 72 (28.52% from 255 or 15.82% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8548 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8548 is #057AB7. Grayscale: #A1A1A1. Windows color (decimal): -359096 or 4752890. OLE color: 4752890.

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

Color convert

RGB 250 133 72 -
CMYK 0 0.47 0.71 0.02
HSL 20.56º 0.95% 0.63% -
HSV(B) 20.56º 0.71% 0.98% -
XYZ 48.98 37.57 10.8 -
YUV 161.03 77.76 191.46 -
System Red Green Blue C M Y K H S L
Decimal 250 133 72 0 0.47 0.71 0.02 20.56 0.95 0.63
Hex FA 85 48 0 2F 47 2 15 5F 3F
Octal 372 205 110 0 57 107 2 25 137 77
Binary 11111010 10000101 1001000 0 101111 1000111 10 10101 1011111 111111

Color Harmonies of #FA8548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8548

Black with #FA8548

Text Example


Text Example

White with #FA8548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8548; }

 p { color: rgb(250,133,72); }

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

background-color css

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

 a { background-color: rgb(250,133,72); }

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

border-color css

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

 span { border-color: rgb(250,133,72); }

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