Html Css Color HEX #FA8052 Coral

📋 copy color: '#FA8052'

red 250 ◦ green 128 ◦ blue 82

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

Shades of Coral #FA8052

Tints of Coral #FA8052

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.83%

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

R = 54.35%
G = 27.83%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FA8052 (or 0xFA8052) is known color: Coral. HEX triplet: FA, 80 and 52. RGB value is (250,128,82). Sum of RGB (Red+Green+Blue) = 250+128+82=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 82 (32.42% from 255 or 17.83% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8052 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8052 is #057FAD. Grayscale: #9F9F9F. Windows color (decimal): -360366 or 5406970. OLE color: 5406970.

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

Color convert

RGB 250 128 82 -
CMYK 0 0.49 0.67 0.02
HSL 16.43º 0.94% 0.65% -
HSV(B) 16.43º 0.67% 0.98% -
XYZ 48.67 36.37 12.44 -
YUV 159.23 84.42 192.74 -
System Red Green Blue C M Y K H S L
Decimal 250 128 82 0 0.49 0.67 0.02 16.43 0.94 0.65
Hex FA 80 52 0 31 43 2 10 5E 41
Octal 372 200 122 0 61 103 2 20 136 101
Binary 11111010 10000000 1010010 0 110001 1000011 10 10000 1011110 1000001

Color Harmonies of #FA8052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8052

Black with #FA8052

Text Example


Text Example

White with #FA8052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8052; }

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

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

background-color css

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

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

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

border-color css

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

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

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