Html Css Color HEX #FB8052 Coral

📋 copy color: '#FB8052'

red 251 ◦ green 128 ◦ blue 82

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

Shades of Coral #FB8052

Tints of Coral #FB8052

RGB

 RED value IS 251 (98.44% from 255) = 54.45%

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

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

R = 54.45%
G = 27.77%
B = 17.79%

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

#FB8052 (or 0xFB8052) is known color: Coral. HEX triplet: FB, 80 and 52. RGB value is (251,128,82). Sum of RGB (Red+Green+Blue) = 251+128+82=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8052 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8052 is #047FAD. Grayscale: #9F9F9F. Windows color (decimal): -294830 or 5406971. OLE color: 5406971.

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

Color convert

RGB 251 128 82 -
CMYK 0 0.49 0.67 0.02
HSL 16.33º 0.95% 0.65% -
HSV(B) 16.33º 0.67% 0.98% -
XYZ 49.03 36.56 12.45 -
YUV 159.53 84.25 193.24 -
System Red Green Blue C M Y K H S L
Decimal 251 128 82 0 0.49 0.67 0.02 16.33 0.95 0.65
Hex FB 80 52 0 31 43 2 10 5F 41
Octal 373 200 122 0 61 103 2 20 137 101
Binary 11111011 10000000 1010010 0 110001 1000011 10 10000 1011111 1000001

Color Harmonies of #FB8052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8052

Black with #FB8052

Text Example


Text Example

White with #FB8052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8052; }

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

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

background-color css

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

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

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

border-color css

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

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

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