Html Css Color HEX #FA8348 Coral

📋 copy color: '#FA8348'

red 250 ◦ green 131 ◦ blue 72

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

Shades of Coral #FA8348

Tints of Coral #FA8348

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.92%

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

R = 55.19%
G = 28.92%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FA8348 (or 0xFA8348) is known color: Coral. HEX triplet: FA, 83 and 48. RGB value is (250,131,72). Sum of RGB (Red+Green+Blue) = 250+131+72=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 72 (28.52% from 255 or 15.89% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8348 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8348 is #057CB7. Grayscale: #A0A0A0. Windows color (decimal): -359608 or 4752378. OLE color: 4752378.

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

Color convert

RGB 250 131 72 -
CMYK 0 0.48 0.71 0.02
HSL 19.89º 0.95% 0.63% -
HSV(B) 19.89º 0.71% 0.98% -
XYZ 48.71 37.02 10.71 -
YUV 159.86 78.42 192.3 -
System Red Green Blue C M Y K H S L
Decimal 250 131 72 0 0.48 0.71 0.02 19.89 0.95 0.63
Hex FA 83 48 0 30 47 2 14 5F 3F
Octal 372 203 110 0 60 107 2 24 137 77
Binary 11111010 10000011 1001000 0 110000 1000111 10 10100 1011111 111111

Color Harmonies of #FA8348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8348

Black with #FA8348

Text Example


Text Example

White with #FA8348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8348; }

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

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

background-color css

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

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

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

border-color css

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

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

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