Html Css Color HEX #FBA784 Light Salmon

📋 copy color: '#FBA784'

red 251 ◦ green 167 ◦ blue 132

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

Shades of Light Salmon #FBA784

Tints of Light Salmon #FBA784

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.36%

 BLUE value IS 132 (51.95% from 255) = 24%

R = 45.64%
G = 30.36%
B = 24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FBA784 (or 0xFBA784) is known color: Light Salmon. HEX triplet: FB, A7 and 84. RGB value is (251,167,132). Sum of RGB (Red+Green+Blue) = 251+167+132=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 167 (65.62% from 255 or 30.36% from 550); Blue value is 132 (51.95% from 255 or 24% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA784 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA784 is #04587B. Grayscale: #BCBCBC. Windows color (decimal): -284796 or 8693755. OLE color: 8693755.

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

Color convert

RGB 251 167 132 -
CMYK 0 0.33 0.47 0.02
HSL 17.65º 0.94% 0.75% -
HSV(B) 17.65º 0.47% 0.98% -
XYZ 57.77 49.81 28.4 -
YUV 188.13 96.33 172.85 -
System Red Green Blue C M Y K H S L
Decimal 251 167 132 0 0.33 0.47 0.02 17.65 0.94 0.75
Hex FB A7 84 0 21 2F 2 12 5E 4B
Octal 373 247 204 0 41 57 2 22 136 113
Binary 11111011 10100111 10000100 0 100001 101111 10 10010 1011110 1001011

Color Harmonies of #FBA784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA784

Black with #FBA784

Text Example


Text Example

White with #FBA784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA784; }

 p { color: rgb(251,167,132); }

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

background-color css

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

 a { background-color: rgb(251,167,132); }

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

border-color css

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

 span { border-color: rgb(251,167,132); }

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