Html Css Color HEX #FA7552 Coral

📋 copy color: '#FA7552'

red 250 ◦ green 117 ◦ blue 82

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

Shades of Coral #FA7552

Tints of Coral #FA7552

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.06%

 BLUE value IS 82 (32.42% from 255) = 18.26%

R = 55.68%
G = 26.06%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FA7552 (or 0xFA7552) is known color: Coral. HEX triplet: FA, 75 and 52. RGB value is (250,117,82). Sum of RGB (Red+Green+Blue) = 250+117+82=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7552 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7552 is #058AAD. Grayscale: #999999. Windows color (decimal): -363182 or 5404154. OLE color: 5404154.

HSL color Cylindrical-coordinate representation of color #FA7552: hue angle of 12.5º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA7552 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 117 82 -
CMYK 0 0.53 0.67 0.02
HSL 12.5º 0.94% 0.65% -
HSV(B) 12.5º 0.67% 0.98% -
XYZ 47.31 33.66 11.99 -
YUV 152.78 88.06 197.35 -
System Red Green Blue C M Y K H S L
Decimal 250 117 82 0 0.53 0.67 0.02 12.5 0.94 0.65
Hex FA 75 52 0 35 43 2 C 5E 41
Octal 372 165 122 0 65 103 2 14 136 101
Binary 11111010 1110101 1010010 0 110101 1000011 10 1100 1011110 1000001

Color Harmonies of #FA7552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7552

Black with #FA7552

Text Example


Text Example

White with #FA7552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7552; }

 p { color: rgb(250,117,82); }

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

background-color css

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

 a { background-color: rgb(250,117,82); }

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

border-color css

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

 span { border-color: rgb(250,117,82); }

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