Html Css Color HEX #FBA075 Light Salmon

📋 copy color: '#FBA075'

red 251 ◦ green 160 ◦ blue 117

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

Shades of Light Salmon #FBA075

Tints of Light Salmon #FBA075

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.3%

 BLUE value IS 117 (46.09% from 255) = 22.16%

R = 47.54%
G = 30.3%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FBA075 (or 0xFBA075) is known color: Light Salmon. HEX triplet: FB, A0 and 75. RGB value is (251,160,117). Sum of RGB (Red+Green+Blue) = 251+160+117=528 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.54% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 117 (46.09% from 255 or 22.16% from 528); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA075 is #045F8A. Grayscale: #B6B6B6. Windows color (decimal): -286603 or 7708923. OLE color: 7708923.

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

Color convert

RGB 251 160 117 -
CMYK 0 0.36 0.53 0.02
HSL 19.25º 0.94% 0.72% -
HSV(B) 19.25º 0.53% 0.98% -
XYZ 55.57 46.94 22.96 -
YUV 182.31 91.15 177 -
System Red Green Blue C M Y K H S L
Decimal 251 160 117 0 0.36 0.53 0.02 19.25 0.94 0.72
Hex FB A0 75 0 24 35 2 13 5E 48
Octal 373 240 165 0 44 65 2 23 136 110
Binary 11111011 10100000 1110101 0 100100 110101 10 10011 1011110 1001000

Color Harmonies of #FBA075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA075

Black with #FBA075

Text Example


Text Example

White with #FBA075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA075; }

 p { color: rgb(251,160,117); }

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

background-color css

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

 a { background-color: rgb(251,160,117); }

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

border-color css

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

 span { border-color: rgb(251,160,117); }

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