Html Css Color HEX #FA7D52 Coral

📋 copy color: '#FA7D52'

red 250 ◦ green 125 ◦ blue 82

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

Shades of Coral #FA7D52

Tints of Coral #FA7D52

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.35%

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

R = 54.7%
G = 27.35%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FA7D52 (or 0xFA7D52) is known color: Coral. HEX triplet: FA, 7D and 52. RGB value is (250,125,82). Sum of RGB (Red+Green+Blue) = 250+125+82=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 82 (32.42% from 255 or 17.94% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7D52 is #0582AD. Grayscale: #9D9D9D. Windows color (decimal): -361134 or 5406202. OLE color: 5406202.

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

Color convert

RGB 250 125 82 -
CMYK 0 0.50 0.67 0.02
HSL 15.36º 0.94% 0.65% -
HSV(B) 15.36º 0.67% 0.98% -
XYZ 48.28 35.6 12.31 -
YUV 157.47 85.41 194 -
System Red Green Blue C M Y K H S L
Decimal 250 125 82 0 0.50 0.67 0.02 15.36 0.94 0.65
Hex FA 7D 52 0 32 43 2 F 5E 41
Octal 372 175 122 0 62 103 2 17 136 101
Binary 11111010 1111101 1010010 0 110010 1000011 10 1111 1011110 1000001

Color Harmonies of #FA7D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7D52

Black with #FA7D52

Text Example


Text Example

White with #FA7D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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