Html Css Color HEX #FB8152 Coral

📋 copy color: '#FB8152'

red 251 ◦ green 129 ◦ blue 82

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

Shades of Coral #FB8152

Tints of Coral #FB8152

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.92%

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

R = 54.33%
G = 27.92%
B = 17.75%

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

#FB8152 (or 0xFB8152) is known color: Coral. HEX triplet: FB, 81 and 52. RGB value is (251,129,82). Sum of RGB (Red+Green+Blue) = 251+129+82=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 82 (32.42% from 255 or 17.75% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8152 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8152 is #047EAD. Grayscale: #A0A0A0. Windows color (decimal): -294574 or 5407227. OLE color: 5407227.

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

Color convert

RGB 251 129 82 -
CMYK 0 0.49 0.67 0.02
HSL 16.69º 0.95% 0.65% -
HSV(B) 16.69º 0.67% 0.98% -
XYZ 49.16 36.82 12.5 -
YUV 160.12 83.92 192.82 -
System Red Green Blue C M Y K H S L
Decimal 251 129 82 0 0.49 0.67 0.02 16.69 0.95 0.65
Hex FB 81 52 0 31 43 2 11 5F 41
Octal 373 201 122 0 61 103 2 21 137 101
Binary 11111011 10000001 1010010 0 110001 1000011 10 10001 1011111 1000001

Color Harmonies of #FB8152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8152

Black with #FB8152

Text Example


Text Example

White with #FB8152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8152; }

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

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

background-color css

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

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

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

border-color css

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

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

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