Html Css Color HEX #FA8248 Coral

📋 copy color: '#FA8248'

red 250 ◦ green 130 ◦ blue 72

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

Shades of Coral #FA8248

Tints of Coral #FA8248

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.76%

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

R = 55.31%
G = 28.76%
B = 15.93%

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

#FA8248 (or 0xFA8248) is known color: Coral. HEX triplet: FA, 82 and 48. RGB value is (250,130,72). Sum of RGB (Red+Green+Blue) = 250+130+72=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 72 (28.52% from 255 or 15.93% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8248 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8248 is #057DB7. Grayscale: #9F9F9F. Windows color (decimal): -359864 or 4752122. OLE color: 4752122.

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

Color convert

RGB 250 130 72 -
CMYK 0 0.48 0.71 0.02
HSL 19.55º 0.95% 0.63% -
HSV(B) 19.55º 0.71% 0.98% -
XYZ 48.58 36.76 10.67 -
YUV 159.27 78.76 192.72 -
System Red Green Blue C M Y K H S L
Decimal 250 130 72 0 0.48 0.71 0.02 19.55 0.95 0.63
Hex FA 82 48 0 30 47 2 14 5F 3F
Octal 372 202 110 0 60 107 2 24 137 77
Binary 11111010 10000010 1001000 0 110000 1000111 10 10100 1011111 111111

Color Harmonies of #FA8248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8248

Black with #FA8248

Text Example


Text Example

White with #FA8248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8248; }

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

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

background-color css

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

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

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

border-color css

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

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

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